Searched refs:IncludeI (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 79 bool IncludeI, OrderedBasicBlock *IC) in CapturesBefore() 81 ReturnCaptures(ReturnCaptures), IncludeI(IncludeI), Captured(false) {} in CapturesBefore() 136 if (BeforeHere == I && !IncludeI) in shouldExplore() 161 bool IncludeI; member 203 const DominatorTree *DT, bool IncludeI, in PointerMayBeCapturedBefore() argument 219 CapturesBefore CB(ReturnCaptures, I, DT, IncludeI, OBB); in PointerMayBeCapturedBefore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 62 const DominatorTree *DT, bool IncludeI = false,
|