reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
870 for (unsigned K = 0; K != PRDepths.size(); ++K) 870 for (unsigned K = 0; K != PRDepths.size(); ++K) 871 if (PRDepths[K]) { 872 unsigned Factor = MTM.SchedModel.getResourceFactor(K); 873 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) 874 << MTM.SchedModel.getProcResource(K)->Name << " (" 875 << PRDepths[K]/Factor << " ops x" << Factor << ")\n";