Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DCaptureTracking.h34 bool StoreCaptures);
48 bool StoreCaptures, const Instruction *I,
/external/llvm-project/llvm/include/llvm/Analysis/
DCaptureTracking.h42 bool StoreCaptures,
59 const Value *V, bool ReturnCaptures, bool StoreCaptures,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCaptureTracking.h44 bool StoreCaptures,
61 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-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp175 bool ReturnCaptures, bool StoreCaptures, in PointerMayBeCaptured() argument
184 (void)StoreCaptures; in PointerMayBeCaptured()
202 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
211 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
/external/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp192 bool ReturnCaptures, bool StoreCaptures, in PointerMayBeCaptured() argument
201 (void)StoreCaptures; in PointerMayBeCaptured()
222 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
229 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()