Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp868 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber()); in computeInstrDepths()
869 for (unsigned K = 0; K != PRDepths.size(); ++K) in computeInstrDepths()
870 if (PRDepths[K]) { in computeInstrDepths()
872 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
874 << PRDepths[K]/Factor << " ops x" << Factor << ")\n"; in computeInstrDepths()
1199 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth() local
1202 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1203 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1205 for (unsigned PRD : PRDepths) in getResourceDepth()
1227 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength() local
[all …]