Lines Matching refs:LoopStart
855 BasicBlock *LoopStart = Node->getEntry(); in handleLoops() local
857 if (!Loops.count(LoopStart)) { in handleLoops()
863 LoopStart = needPrefix(true); in handleLoops()
873 Function *LoopFunc = LoopStart->getParent(); in handleLoops()
874 if (LoopStart == &LoopFunc->getEntryBlock()) { in handleLoops()
875 LoopStart->setName("entry.orig"); in handleLoops()
878 BasicBlock::Create(LoopStart->getContext(), in handleLoops()
881 LoopStart); in handleLoops()
882 BranchInst::Create(LoopStart, NewEntry); in handleLoops()
889 LoopConds.push_back(BranchInst::Create(Next, LoopStart, in handleLoops()
891 addPhiValues(LoopEnd, LoopStart); in handleLoops()