Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp64 bool IncludeI, OrderedBasicBlock *IC) in CapturesBefore()
66 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore()
121 if (BeforeHere == I && !IncludeI) in shouldExplore()
146 bool IncludeI; member
187 DominatorTree *DT, bool IncludeI, in PointerMayBeCapturedBefore() argument
201 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore()
/external/llvm/include/llvm/Analysis/
DCaptureTracking.h49 DominatorTree *DT, bool IncludeI = false,