Lines Matching refs:getLoopFor
157 MachineTraceMetrics::Ensemble::getLoopFor(const MachineBasicBlock *MBB) const { in getLoopFor() function in MachineTraceMetrics::Ensemble
158 return MTM.Loops->getLoopFor(MBB); in getLoopFor()
316 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred()
344 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc()
354 if (isExitingLoop(CurLoop, getLoopFor(Succ))) in pickTraceSucc()
440 if (const MachineLoop *FromLoop = LB.Loops->getLoopFor(From)) { in insertEdge()
445 if (isExitingLoop(FromLoop, LB.Loops->getLoopFor(To))) in insertEdge()
578 const MachineLoop *Loop = getLoopFor(MBB); in verify()
586 const MachineLoop *Loop = getLoopFor(MBB); in verify()
587 const MachineLoop *SuccLoop = getLoopFor(TBI.Succ); in verify()
1041 if (const MachineLoop *Loop = getLoopFor(MBB)) in computeInstrHeights()