Searched refs:StoreCaptures (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 34 bool StoreCaptures); 48 bool StoreCaptures, const Instruction *I,
|
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 34 bool StoreCaptures); 48 bool StoreCaptures, const Instruction *I,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 161 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument 169 (void)StoreCaptures; in PointerMayBeCaptured() 187 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument 195 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures); in PointerMayBeCapturedBefore()
|
/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/include/llvm/Analysis/ |
D | CaptureTracking.h | 29 bool StoreCaptures);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | CaptureTracking.cpp | 47 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument
|