Lines Matching defs:PRDepths
882 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber());
883 for (unsigned K = 0; K != PRDepths.size(); ++K)
884 if (PRDepths[K]) {
886 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K]))
888 << PRDepths[K]/Factor << " ops x" << Factor << ")\n";
1205 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1208 for (unsigned K = 0; K != PRDepths.size(); ++K)
1209 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]);
1211 for (unsigned PRD : PRDepths)
1233 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1258 for (unsigned K = 0; K != PRDepths.size(); ++K) {
1259 unsigned PRCycles = PRDepths[K] + PRHeights[K];