Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ML

479     const MachineLoop *ML = MLI->getLoopFor(BB);
480 if (ML && ML->getHeader()->isLandingPad()) continue;
619 const MachineLoop *ML = MLI->getLoopFor(BB);
620 if (ML && ML->getHeader()->isLandingPad()) return;