Lines Matching refs:TraceBlockInfo
177 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeDepthResources()
193 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; in computeDepthResources()
210 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeHeightResources()
228 TraceBlockInfo *SuccTBI = &BlockInfo[SuccNum]; in computeHeightResources()
241 const MachineTraceMetrics::TraceBlockInfo*
244 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getDepthResources()
250 const MachineTraceMetrics::TraceBlockInfo*
253 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getHeightResources()
337 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred()
367 const MachineTraceMetrics::TraceBlockInfo *SuccTBI = in pickTraceSucc()
428 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;
433 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds()
455 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()]; in insertEdge()
489 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; in computeTrace()
507 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; in computeTrace()
525 TraceBlockInfo &BadTBI = BlockInfo[BadMBB->getNumber()]; in invalidate()
538 TraceBlockInfo &TBI = BlockInfo[Pred->getNumber()]; in invalidate()
563 TraceBlockInfo &TBI = BlockInfo[Succ->getNumber()]; in invalidate()
591 const TraceBlockInfo &TBI = BlockInfo[Num]; in verify()
763 computeCrossBlockCriticalPath(const TraceBlockInfo &TBI) { in computeCrossBlockCriticalPath()
772 const TraceBlockInfo &DefTBI = BlockInfo[DefMI->getParent()->getNumber()]; in computeCrossBlockCriticalPath()
782 updateDepth(MachineTraceMetrics::TraceBlockInfo &TBI, const MachineInstr &UseMI, in updateDepth()
794 const TraceBlockInfo&DepTBI = in updateDepth()
843 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrDepths()
862 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrDepths()
990 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in addLiveIns()
1005 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1027 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1047 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1160 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in getTrace()
1282 const TraceBlockInfo &DepTBI = TE.BlockInfo[DefMI.getParent()->getNumber()]; in isDepInTrace()
1283 const TraceBlockInfo &TBI = TE.BlockInfo[UseMI.getParent()->getNumber()]; in isDepInTrace()
1297 void MachineTraceMetrics::TraceBlockInfo::print(raw_ostream &OS) const { in print()
1335 const MachineTraceMetrics::TraceBlockInfo *Block = &TBI; in print()