Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Loop

179   // Loop over basic blocks where CurLI is live.
279 // Loop over basic blocks where li is live.
680 const MachineLoop *Loop = Loops.getLoopFor(MBB);
682 // MBB isn't in a loop, it doesn't get any better. All dominators have a
684 if (!Loop) {
691 if (Loop == DefLoop) {
693 << MBB->getNumber() << " in the same loop\n");
698 unsigned Depth = Loop->getLoopDepth();
706 // Leave loop by going to the immediate dominator of the loop header.
708 MachineDomTreeNode *IDom = MDT[Loop->getHeader()]->getIDom();