reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineTraceMetrics.cpp
 1204       PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]);
 1204       PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]);
 1207       PRMax = std::max(PRMax, PRDepths[K]);
 1207       PRMax = std::max(PRMax, PRDepths[K]);
 1210   PRMax = TE.MTM.getCycles(PRMax);
 1210   PRMax = TE.MTM.getCycles(PRMax);
 1220   return std::max(Instrs, PRMax);