Lines Matching defs:getLoopFor
168 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const {
169 return MTM.Loops->getLoopFor(MBB);
343 const MachineLoop *CurLoop = getLoopFor(MBB);
371 const MachineLoop *CurLoop = getLoopFor(MBB);
379 if (isExitingLoop(CurLoop, getLoopFor(Succ)))
478 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(*From)) {
483 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To)))
615 const MachineLoop *Loop = getLoopFor(MBB);
623 const MachineLoop *Loop = getLoopFor(MBB);
624 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ);
1078 if (const MachineLoop *Loop = getLoopFor(MBB))