Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp123 bool ReturnCaptures, bool StoreCaptures) { in PointerMayBeCaptured() argument
131 (void)StoreCaptures; in PointerMayBeCaptured()
148 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
154 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures); in PointerMayBeCapturedBefore()
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h33 bool StoreCaptures);
46 bool StoreCaptures, const Instruction *I,