Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getLoopFor

159 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const {
160 return MTM.Loops->getLoopFor(MBB);
320 const MachineLoop *CurLoop = getLoopFor(MBB);
348 const MachineLoop *CurLoop = getLoopFor(MBB);
358 if (isExitingLoop(CurLoop, getLoopFor(Succ)))
444 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) {
449 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
586 const MachineLoop *Loop = getLoopFor(MBB);
594 const MachineLoop *Loop = getLoopFor(MBB);
595 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ);
1049 if (const MachineLoop *Loop = getLoopFor(MBB))