Searched refs:PRDepths (Results 1 – 1 of 1) sorted by relevance
808 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber()); in computeInstrDepths()809 for (unsigned K = 0; K != PRDepths.size(); ++K) in computeInstrDepths()810 if (PRDepths[K]) { in computeInstrDepths()812 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()814 << PRDepths[K]/Factor << " ops x" << Factor << ")\n"; in computeInstrDepths()1169 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth() local1172 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()1173 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()1175 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()1176 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()[all …]