Lines Matching defs:getLoopFor
157 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const {
158 return MTM.Loops->getLoopFor(MBB);
316 const MachineLoop *CurLoop = getLoopFor(MBB);
344 const MachineLoop *CurLoop = getLoopFor(MBB);
352 if (isExitingLoop(CurLoop, getLoopFor(Succ)))
440 getLoopFor(From)) {
445 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
576 const MachineLoop *Loop = getLoopFor(MBB);
584 const MachineLoop *Loop = getLoopFor(MBB);
585 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ);
1046 if (const MachineLoop *Loop = getLoopFor(MBB))