Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp869 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()
1201 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth() local
1204 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1205 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1207 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1208 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()
[all …]