Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1173 assert(getBlockNum() == unsigned(MI.getParent()->getNumber()) && in getInstrSlack()
1181 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1199 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1201 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth()
1215 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1227 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1228 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h258 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum() function