14 #ifndef LLVM_ANALYSIS_CAPTURETRACKING_H
15 #define LLVM_ANALYSIS_CAPTURETRACKING_H
virtual void tooManyUses()=0
virtual ~CaptureTracker()
virtual bool captured(Use *U)=0
bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures, bool StoreCaptures)
virtual bool shouldExplore(Use *U)
LLVM Value Representation.