Lines Matching refs:TraceBlockInfo
176 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeDepthResources()
192 TraceBlockInfo *PredTBI = &BlockInfo[PredNum]; in computeDepthResources()
209 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeHeightResources()
227 TraceBlockInfo *SuccTBI = &BlockInfo[SuccNum]; in computeHeightResources()
240 const MachineTraceMetrics::TraceBlockInfo*
243 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getDepthResources()
249 const MachineTraceMetrics::TraceBlockInfo*
252 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in getHeightResources()
351 const MachineTraceMetrics::TraceBlockInfo *PredTBI = in pickTracePred()
381 const MachineTraceMetrics::TraceBlockInfo *SuccTBI = in pickTraceSucc()
446 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;
451 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds()
473 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()]; in insertEdge()
507 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; in computeTrace()
525 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; in computeTrace()
543 TraceBlockInfo &BadTBI = BlockInfo[BadMBB->getNumber()]; in invalidate()
556 TraceBlockInfo &TBI = BlockInfo[Pred->getNumber()]; in invalidate()
581 TraceBlockInfo &TBI = BlockInfo[Succ->getNumber()]; in invalidate()
609 const TraceBlockInfo &TBI = BlockInfo[Num]; in verify()
776 computeCrossBlockCriticalPath(const TraceBlockInfo &TBI) { in computeCrossBlockCriticalPath()
785 const TraceBlockInfo &DefTBI = BlockInfo[DefMI->getParent()->getNumber()]; in computeCrossBlockCriticalPath()
795 updateDepth(MachineTraceMetrics::TraceBlockInfo &TBI, const MachineInstr &UseMI, in updateDepth()
807 const TraceBlockInfo&DepTBI = in updateDepth()
856 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrDepths()
875 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrDepths()
999 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in addLiveIns()
1014 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1036 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1056 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in computeInstrHeights()
1165 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; in getTrace()
1287 const TraceBlockInfo &DepTBI = TE.BlockInfo[DefMI.getParent()->getNumber()]; in isDepInTrace()
1288 const TraceBlockInfo &TBI = TE.BlockInfo[UseMI.getParent()->getNumber()]; in isDepInTrace()
1302 void MachineTraceMetrics::TraceBlockInfo::print(raw_ostream &OS) const { in print()
1340 const MachineTraceMetrics::TraceBlockInfo *Block = &TBI; in print()