Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCaptureTracking.h46 bool StoreCaptures, unsigned MaxUsesToExplore = 0);
51 bool StoreCaptures,
69 bool StoreCaptures, const Instruction *I,
85 bool StoreCaptures, const DominatorTree &DT,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCaptureTracking.cpp215 bool StoreCaptures, unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
217 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, Empty, in PointerMayBeCaptured()
224 bool StoreCaptures, in PointerMayBeCaptured() argument
234 (void)StoreCaptures; in PointerMayBeCaptured()
255 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
263 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
280 bool StoreCaptures, const DominatorTree &DT, in FindEarliestCapture() argument