Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getLoopFor

117 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const {
118 return MTM.Loops->getLoopFor(MBB);
227 const MachineLoop *CurLoop = getLoopFor(MBB);
255 const MachineLoop *CurLoop = getLoopFor(MBB);
265 if (isExitingLoop(CurLoop, getLoopFor(Succ)))
351 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) {
356 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
494 const MachineLoop *Loop = getLoopFor(MBB);
502 const MachineLoop *Loop = getLoopFor(MBB);
503 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ);
937 if (const MachineLoop *Loop = getLoopFor(MBB))