Searched refs:StoreCaptures (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CaptureTracking.cpp | 154 bool ReturnCaptures, bool StoreCaptures, in PointerMayBeCaptured() argument 163 (void)StoreCaptures; in PointerMayBeCaptured() 184 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument 191 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | CaptureTracking.h | 42 bool StoreCaptures, 59 const Value *V, bool ReturnCaptures, bool StoreCaptures,
|