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

References

lib/Transforms/Scalar/LoopUnrollPass.cpp
  429           UnrolledCost += TTI.getUserCost(I);
  553         if (UnrolledCost > MaxUnrolledLoopSize) {
  555                             << "  UnrolledCost: " << UnrolledCost
  609     if (UnrolledCost == RolledDynamicCost) {
  611                         << "  UnrolledCost: " << UnrolledCost << "\n");
  633                     << "UnrolledCost: " << UnrolledCost << ", "
  635   return {{UnrolledCost, RolledDynamicCost}};