Searched refs:ReturnCaptures (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 39 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() 40 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker() 45 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 52 bool ReturnCaptures; member 63 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT, in CapturesBefore() 66 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore() 131 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 145 bool ReturnCaptures; member 160 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument 170 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 33 bool ReturnCaptures, 47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | CaptureTracking.cpp | 47 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument 103 if (ReturnCaptures) in PointerMayBeCaptured()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | CaptureTracking.h | 28 bool ReturnCaptures,
|