Searched refs:ReturnCaptures (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 40 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() 41 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker() 46 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 53 bool ReturnCaptures; member 64 CapturesBefore(bool ReturnCaptures, const Instruction *I, const DominatorTree *DT, in CapturesBefore() 67 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore() 132 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured() 146 bool ReturnCaptures; member 161 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument 171 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured() [all …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 33 bool ReturnCaptures, 47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
|
/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,
|