Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Loop

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