Home | History | Annotate | Download | only in Scalar

Lines Matching full:newblocks

147     // NewBlocks contained cloned copy of basic blocks from LoopBlocks.
148 std::vector<BasicBlock*> NewBlocks;
790 NewBlocks.clear();
817 NewBlocks.reserve(LoopBlocks.size());
822 NewBlocks.push_back(NewBB);
830 NewBlocks[0], F->end());
843 ParentLoop->addBasicBlockToLoop(NewBlocks[0], LI->getBase());
881 for (unsigned i = 0, e = NewBlocks.size(); i != e; ++i)
882 for (BasicBlock::iterator I = NewBlocks[i]->begin(),
883 E = NewBlocks[i]->end(); I != E; ++I)
892 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR);