Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DCaptureTracking.h34 bool StoreCaptures);
48 bool StoreCaptures, const Instruction *I,
/external/llvm/lib/Analysis/
DCaptureTracking.cpp160 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument
168 (void)StoreCaptures; in PointerMayBeCaptured()
186 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
194 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures); in PointerMayBeCapturedBefore()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCaptureTracking.h29 bool StoreCaptures);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCaptureTracking.cpp47 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument