Lines Matching refs:LoopStart
852 BasicBlock *LoopStart = Node->getEntry(); in handleLoops() local
854 if (!Loops.count(LoopStart)) { in handleLoops()
860 LoopStart = needPrefix(true); in handleLoops()
870 Function *LoopFunc = LoopStart->getParent(); in handleLoops()
871 if (LoopStart == &LoopFunc->getEntryBlock()) { in handleLoops()
872 LoopStart->setName("entry.orig"); in handleLoops()
875 BasicBlock::Create(LoopStart->getContext(), in handleLoops()
878 LoopStart); in handleLoops()
879 BranchInst::Create(LoopStart, NewEntry); in handleLoops()
886 LoopConds.push_back(BranchInst::Create(Next, LoopStart, in handleLoops()
888 addPhiValues(LoopEnd, LoopStart); in handleLoops()