Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCaptureTracking.h44 bool StoreCaptures,
61 bool StoreCaptures, const Instruction *I,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp160 bool ReturnCaptures, bool StoreCaptures, in PointerMayBeCaptured() argument
169 (void)StoreCaptures; in PointerMayBeCaptured()
187 bool StoreCaptures, const Instruction *I, in PointerMayBeCapturedBefore() argument
196 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()