Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h38 /// counts as capturing it or not. The boolean StoreCaptures specified
45 bool StoreCaptures, unsigned MaxUsesToExplore = 0);
53 /// it or not. The boolean StoreCaptures specified whether storing the value
61 bool StoreCaptures, const Instruction *I,
76 bool ReturnCaptures, bool StoreCaptures,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp205 bool StoreCaptures, unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
213 (void)StoreCaptures; in PointerMayBeCaptured()
238 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
246 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
262 bool ReturnCaptures, bool StoreCaptures, in FindEarliestCapture() argument