Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp154 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 DCaptureTracking.h42 bool StoreCaptures,
59 const Value *V, bool ReturnCaptures, bool StoreCaptures,