Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Loop

162   // Loop over basic blocks where CurLI is live.
261 // Loop over basic blocks where li is live.
666 const MachineLoop *Loop = Loops.getLoopFor(MBB);
668 // MBB isn't in a loop, it doesn't get any better. All dominators have a
670 if (!Loop) {
677 if (Loop == DefLoop) {
679 << MBB->getNumber() << " in the same loop\n");
684 unsigned Depth = Loop->getLoopDepth();
692 // Leave loop by going to the immediate dominator of the loop header.
694 MachineDomTreeNode *IDom = MDT[Loop->getHeader()]->getIDom();