Home
last modified time | relevance | path

Searched defs:TBI (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp209 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeHeightResources() local
176 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; computeDepthResources() local
243 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; getDepthResources() local
252 const TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; getHeightResources() local
473 MachineTraceMetrics::TraceBlockInfo &TBI = LB.Blocks[To->getNumber()]; insertEdge() local
507 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; computeTrace() local
525 TraceBlockInfo &TBI = BlockInfo[I->getNumber()]; computeTrace() local
556 TraceBlockInfo &TBI = BlockInfo[Pred->getNumber()]; invalidate() local
581 TraceBlockInfo &TBI = BlockInfo[Succ->getNumber()]; invalidate() local
609 const TraceBlockInfo &TBI = BlockInfo[Num]; verify() local
776 computeCrossBlockCriticalPath(const TraceBlockInfo & TBI) computeCrossBlockCriticalPath() argument
795 updateDepth(MachineTraceMetrics::TraceBlockInfo & TBI,const MachineInstr & UseMI,SparseSet<LiveRegUnit> & RegUnits) updateDepth() argument
856 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; computeInstrDepths() local
875 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; computeInstrDepths() local
999 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; addLiveIns() local
1014 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; computeInstrHeights() local
1036 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; computeInstrHeights() local
1056 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; computeInstrHeights() local
1165 TraceBlockInfo &TBI = BlockInfo[MBB->getNumber()]; getTrace() local
1288 const TraceBlockInfo &TBI = TE.BlockInfo[UseMI.getParent()->getNumber()]; isDepInTrace() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h267 TraceBlockInfo &TBI; global() variable
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp992 if (BranchInst *TBI = dyn_cast<BranchInst>(BBI->getTerminator())) run() local