Lines Matching defs:MBB
86 MachineTraceMetrics::getResources(const MachineBasicBlock *MBB) { in getResources()
166 computeDepthResources(const MachineBasicBlock *MBB) { in computeDepthResources()
199 computeHeightResources(const MachineBasicBlock *MBB) { in computeHeightResources()
317 MinInstrCountEnsemble::pickTracePred(const MachineBasicBlock *MBB) { in pickTracePred()
345 MinInstrCountEnsemble::pickTraceSucc(const MachineBasicBlock *MBB) { in pickTraceSucc()
388 void MachineTraceMetrics::invalidate(const MachineBasicBlock *MBB) { in invalidate()
461 void MachineTraceMetrics::Ensemble::computeTrace(const MachineBasicBlock *MBB) { in computeTrace()
519 const MachineBasicBlock *MBB = WorkList.pop_back_val(); in invalidate() local
545 const MachineBasicBlock *MBB = WorkList.pop_back_val(); in invalidate() local
582 const MachineBasicBlock *MBB = MTM.MF->getBlockNumbered(Num); in verify() local
590 const MachineBasicBlock *MBB = MTM.MF->getBlockNumbered(Num); in verify() local
783 computeInstrDepths(const MachineBasicBlock *MBB) { in computeInstrDepths()
966 const MachineBasicBlock *MBB = Trace[i-1]; in addLiveIns() local
979 computeInstrHeights(const MachineBasicBlock *MBB) { in computeInstrHeights()
1140 MachineTraceMetrics::Ensemble::getTrace(const MachineBasicBlock *MBB) { in getTrace()
1159 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth() local