Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp77 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker()
78 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
83 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured()
90 bool ReturnCaptures; member
101 CapturesBefore(bool ReturnCaptures, const Instruction *I, const DominatorTree *DT, in CapturesBefore()
104 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
123 if (isa<ReturnInst>(I) && !ReturnCaptures) in captured()
139 bool ReturnCaptures; member
154 bool ReturnCaptures, bool StoreCaptures, in PointerMayBeCaptured() argument
165 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCaptureTracking.h41 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures,
59 const Value *V, bool ReturnCaptures, bool StoreCaptures,