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