Home
last modified time | relevance | path

Searched refs:SuccIt (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalIterator.h144 Interval::succ_iterator &SuccIt = IntStack.back().second,
146 while (SuccIt != EndIt) { // Loop over all interval succs
147 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 ++SuccIt; // Increment iterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp468 auto SuccIt = ++df_begin(&SinkBB); in create() local
470 while (SuccIt != SuccEnd) { in create()
471 BasicBlock &SuccBB = **SuccIt; in create()
480 SuccIt.skipChildren(); in create()
491 ++SuccIt; in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1630 auto SuccIt = Succ->begin(); in SimplifyCode() local
1631 while (PHINode *PN = dyn_cast<PHINode>(SuccIt++)) { in SimplifyCode()