Lines Matching defs:PRDepths
910 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber());
911 for (unsigned K = 0; K != PRDepths.size(); ++K)
912 if (PRDepths[K]) {
914 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K]))
916 << PRDepths[K]/Factor << " ops x" << Factor << ")\n";
1233 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1236 for (unsigned K = 0; K != PRDepths.size(); ++K)
1237 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]);
1239 for (unsigned PRD : PRDepths)
1261 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1286 for (unsigned K = 0; K != PRDepths.size(); ++K) {
1287 unsigned PRCycles = PRDepths[K] + PRHeights[K];