Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp102 bool IncludeI) in CapturesBefore()
104 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
110 return !IncludeI; in isSafeToPrune()
140 bool IncludeI; member
185 const DominatorTree *DT, bool IncludeI, in PointerMayBeCapturedBefore() argument
197 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI); in PointerMayBeCapturedBefore()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h60 const Instruction *I, const DominatorTree *DT, bool IncludeI = false,