Lines Matching refs:LoopStart
840 BasicBlock *LoopStart = Node->getEntry(); in handleLoops() local
842 if (!Loops.count(LoopStart)) { in handleLoops()
848 LoopStart = needPrefix(true); in handleLoops()
858 Function *LoopFunc = LoopStart->getParent(); in handleLoops()
859 if (LoopStart == &LoopFunc->getEntryBlock()) { in handleLoops()
860 LoopStart->setName("entry.orig"); in handleLoops()
863 BasicBlock::Create(LoopStart->getContext(), in handleLoops()
866 LoopStart); in handleLoops()
867 BranchInst::Create(LoopStart, NewEntry); in handleLoops()
874 LoopConds.push_back(BranchInst::Create(Next, LoopStart, in handleLoops()
876 addPhiValues(LoopEnd, LoopStart); in handleLoops()