Home | History | Annotate | Download | only in Utils

Lines Matching defs:LoopBlocks

162   SmallVector<BasicBlock*, 8> LoopBlocks;
169 LoopBlocks.push_back(P);
173 assert(!LoopBlocks.empty() && "No edges coming in from outside the loop?");
176 NewExitBB = SplitBlockPredecessors(Exit, LoopBlocks, ".loopexit", DT, LI,