Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp96 const DominatorTree *DT, bool IncludeI, const LoopInfo *LI, in CapturesBefore()
100 IncludeI(IncludeI), LI(LI), Mask(Mask), StopFn(StopFn) {} in CapturesBefore()
106 return !IncludeI; in isSafeToPrune()
140 bool IncludeI; member
223 const DominatorTree *DT, bool IncludeI, CaptureComponents Mask, in PointerMayBeCapturedBefore() argument
233 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, LI, Mask, StopFn); in PointerMayBeCapturedBefore()
244 const DominatorTree *DT, bool IncludeI, in PointerMayBeCapturedBefore() argument
248 V, ReturnCaptures, I, DT, IncludeI, CaptureComponents::All, in PointerMayBeCapturedBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h80 bool IncludeI = false,
94 const DominatorTree *DT, bool IncludeI, CaptureComponents Mask,