Home
last modified time | relevance | path

Searched refs:getBlockNum (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1174 assert(getBlockNum() == unsigned(MI.getParent()->getNumber()) && in getInstrSlack()
1182 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1200 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1202 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth()
1216 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1228 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1229 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h259 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum() function