Lines Matching refs:getLoopFor
117 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const { in getLoopFor() function in MachineTraceMetrics::Ensemble
118 return MTM.Loops->getLoopFor(MBB); in getLoopFor()
227 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred()
255 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc()
265 if (isExitingLoop(CurLoop, getLoopFor(Succ))) in pickTraceSucc()
351 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) { in insertEdge()
356 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To))) in insertEdge()
494 const MachineLoop *Loop = getLoopFor(MBB); in verify()
502 const MachineLoop *Loop = getLoopFor(MBB); in verify()
503 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ); in verify()
937 if (const MachineLoop *Loop = getLoopFor(MBB)) in computeInstrHeights()