Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCaptureTracking.cpp230 bool StoreCaptures, unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
232 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, Empty, in PointerMayBeCaptured()
239 bool StoreCaptures, in PointerMayBeCaptured() argument
249 (void)StoreCaptures; in PointerMayBeCaptured()
270 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
278 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
295 bool StoreCaptures, const DominatorTree &DT, in FindEarliestCapture() argument