Lines Matching refs:PRDepths
869 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber()); in computeInstrDepths()
870 for (unsigned K = 0; K != PRDepths.size(); ++K) in computeInstrDepths()
871 if (PRDepths[K]) { in computeInstrDepths()
873 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
875 << PRDepths[K]/Factor << " ops x" << Factor << ")\n"; in computeInstrDepths()
1200 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth() local
1203 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1204 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1206 for (unsigned PRD : PRDepths) in getResourceDepth()
1228 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength() local
1253 for (unsigned K = 0; K != PRDepths.size(); ++K) { in getResourceLength()
1254 unsigned PRCycles = PRDepths[K] + PRHeights[K]; in getResourceLength()