Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp38 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker()
39 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
44 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured()
51 bool ReturnCaptures; member
62 CapturesBefore(bool ReturnCaptures, const Instruction *I, DominatorTree *DT, in CapturesBefore()
65 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
130 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured()
144 bool ReturnCaptures; member
159 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument
169 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured()
[all …]
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h33 bool ReturnCaptures,
47 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,