Home
last modified time | relevance | path

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/
DCaptureTracking.cpp79 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/
DCaptureTracking.h62 const DominatorTree *DT, bool IncludeI = false,