Home
last modified time | relevance | path

Searched refs:ReturnCaptures (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DCaptureTracking.cpp39 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/
DCaptureTracking.h33 bool ReturnCaptures,
47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCaptureTracking.cpp47 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument
103 if (ReturnCaptures) in PointerMayBeCaptured()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCaptureTracking.h28 bool ReturnCaptures,