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

References

lib/Transforms/Scalar/LoopUnrollPass.cpp
  522         RolledDynamicCost += TTI.getUserCost(&I);
  609     if (UnrolledCost == RolledDynamicCost) {
  634                     << "RolledDynamicCost: " << RolledDynamicCost << "\n");
  635   return {{UnrolledCost, RolledDynamicCost}};