Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp54 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker()
55 : ReturnCaptures(ReturnCaptures), Captured(false) {} in SimpleCaptureTracker()
60 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured()
67 bool ReturnCaptures; member
78 CapturesBefore(bool ReturnCaptures, const Instruction *I, const DominatorTree *DT, in CapturesBefore()
81 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
146 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures) in captured()
160 bool ReturnCaptures; member
175 bool ReturnCaptures, bool StoreCaptures, in PointerMayBeCaptured() argument
186 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCaptureTracking.h43 bool ReturnCaptures,
60 bool PointerMayBeCapturedBefore(const Value *V, bool ReturnCaptures,