Lines Matching refs:LoopStart
872 BasicBlock *LoopStart = Node->getEntry(); in handleLoops() local
874 if (!Loops.count(LoopStart)) { in handleLoops()
880 LoopStart = needPrefix(true); in handleLoops()
890 Function *LoopFunc = LoopStart->getParent(); in handleLoops()
891 if (LoopStart == &LoopFunc->getEntryBlock()) { in handleLoops()
892 LoopStart->setName("entry.orig"); in handleLoops()
895 BasicBlock::Create(LoopStart->getContext(), in handleLoops()
898 LoopStart); in handleLoops()
899 BranchInst::Create(LoopStart, NewEntry); in handleLoops()
906 LoopConds.push_back(BranchInst::Create(Next, LoopStart, in handleLoops()
908 addPhiValues(LoopEnd, LoopStart); in handleLoops()