Lines Matching defs:getLoopFor
182 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const {
183 return MTM.Loops->getLoopFor(MBB);
357 const MachineLoop *CurLoop = getLoopFor(MBB);
385 const MachineLoop *CurLoop = getLoopFor(MBB);
393 if (isExitingLoop(CurLoop, getLoopFor(Succ)))
507 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(*From)) {
512 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
644 const MachineLoop *Loop = getLoopFor(MBB);
652 const MachineLoop *Loop = getLoopFor(MBB);
653 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ);
1106 if (const MachineLoop *Loop = getLoopFor(MBB))