Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewBlocks

193     // NewBlocks contained cloned copy of basic blocks from LoopBlocks.
194 std::vector<BasicBlock*> NewBlocks;
1215 NewBlocks.clear();
1242 NewBlocks.reserve(LoopBlocks.size());
1247 NewBlocks.push_back(NewBB);
1256 NewBlocks[0]->getIterator(), F->end());
1269 ParentLoop->addBasicBlockToLoop(NewBlocks[0], *LI);
1306 for (unsigned i = 0, e = NewBlocks.size(); i != e; ++i) {
1307 for (Instruction &I : *NewBlocks[i]) {
1322 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR,