Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1179 assert(getBlockNum() == unsigned(MI.getParent()->getNumber()) && in getInstrSlack()
1187 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1205 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1207 ArrayRef<unsigned> PRCycles = TE.MTM.getProcReleaseAtCycles(getBlockNum()); in getResourceDepth()
1221 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1233 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1234 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h269 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum() function