Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewBlocks

199     // NewBlocks contained cloned copy of basic blocks from LoopBlocks.
200 std::vector<BasicBlock*> NewBlocks;
1038 NewBlocks.clear();
1065 NewBlocks.reserve(LoopBlocks.size());
1070 NewBlocks.push_back(NewBB);
1079 NewBlocks[0]->getIterator(), F->end());
1096 ParentLoop->addBasicBlockToLoop(NewBlocks[0], *LI);
1134 for (unsigned i = 0, e = NewBlocks.size(); i != e; ++i)
1135 for (Instruction &I : *NewBlocks[i])
1145 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR,