Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp882 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber()); in computeInstrDepths()
883 for (unsigned K = 0; K != PRDepths.size(); ++K) in computeInstrDepths()
884 if (PRDepths[K]) { in computeInstrDepths()
886 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
888 << PRDepths[K]/Factor << " ops x" << Factor << ")\n"; in computeInstrDepths()
1205 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth() local
1208 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1209 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1211 for (unsigned PRD : PRDepths) in getResourceDepth()
1233 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength() local
[all …]