Searched refs:StoreCaptures (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 34 bool StoreCaptures); 48 bool StoreCaptures, const Instruction *I,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 42 bool StoreCaptures, 59 const Value *V, bool ReturnCaptures, bool StoreCaptures,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 44 bool StoreCaptures, 61 bool StoreCaptures, const Instruction *I,
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 160 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/ |
D | CaptureTracking.cpp | 175 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/ |
D | CaptureTracking.cpp | 192 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()
|