Searched refs:ReturnCaptures (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 37 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() 38 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker() 43 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 50 bool ReturnCaptures; member 60 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT, in CapturesBefore() 62 : BeforeHere(I), DT(DT), ReturnCaptures(ReturnCaptures), in CapturesBefore() 87 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 108 bool ReturnCaptures; member 123 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument 133 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 32 bool ReturnCaptures, 45 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|