Lines Matching refs:TraceBlockInfo
165 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeDepthResources()
181 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; in computeDepthResources()
198 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeHeightResources()
217 TraceBlockInfo *SuccTBI = &BlockInfo[SuccNum]; in computeHeightResources()
230 const MachineTraceMetrics::TraceBlockInfo*
233 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getDepthResources()
239 const MachineTraceMetrics::TraceBlockInfo*
242 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getHeightResources()
324 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred()
352 const MachineTraceMetrics::TraceBlockInfo *SuccTBI = in pickTraceSucc()
409 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;
413 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds()
431 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()]; in insertEdge()
464 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; in computeTrace()
482 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; in computeTrace()
500 TraceBlockInfo &BadTBI = BlockInfo[BadMBB->getNumber()]; in invalidate()
513 TraceBlockInfo &TBI = BlockInfo[Pred->getNumber()]; in invalidate()
538 TraceBlockInfo &TBI = BlockInfo[Succ->getNumber()]; in invalidate()
566 const TraceBlockInfo &TBI = BlockInfo[Num]; in verify()
754 computeCrossBlockCriticalPath(const TraceBlockInfo &TBI) { in computeCrossBlockCriticalPath()
763 const TraceBlockInfo &DefTBI = BlockInfo[DefMI->getParent()->getNumber()]; in computeCrossBlockCriticalPath()
781 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrDepths()
801 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrDepths()
833 const TraceBlockInfo&DepTBI = in computeInstrDepths()
963 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in addLiveIns()
978 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1000 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1020 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1133 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in getTrace()
1256 const TraceBlockInfo &DepTBI = TE.BlockInfo[DefMI->getParent()->getNumber()]; in isDepInTrace()
1257 const TraceBlockInfo &TBI = TE.BlockInfo[UseMI->getParent()->getNumber()]; in isDepInTrace()
1271 void MachineTraceMetrics::TraceBlockInfo::print(raw_ostream &OS) const { in print()
1309 const MachineTraceMetrics::TraceBlockInfo *Block = &TBI; in print()