Lines Matching refs:LoopStart
825 BasicBlock *LoopStart = Node->getEntry(); in handleLoops() local
827 if (!Loops.count(LoopStart)) { in handleLoops()
833 LoopStart = needPrefix(true); in handleLoops()
843 Function *LoopFunc = LoopStart->getParent(); in handleLoops()
844 if (LoopStart == &LoopFunc->getEntryBlock()) { in handleLoops()
845 LoopStart->setName("entry.orig"); in handleLoops()
848 BasicBlock::Create(LoopStart->getContext(), in handleLoops()
851 LoopStart); in handleLoops()
852 BranchInst::Create(LoopStart, NewEntry); in handleLoops()
858 LoopConds.push_back(BranchInst::Create(Next, LoopStart, in handleLoops()
860 addPhiValues(LoopEnd, LoopStart); in handleLoops()