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

References

lib/Analysis/InlineCost.cpp
  249     Cost = (int)std::min(UpperBound, Cost + Inc);
  249     Cost = (int)std::min(UpperBound, Cost + Inc);
  308   int getCost() { return Cost; }
  979     Cost -= LastCallToStaticBonus;
 1328     Cost -= std::max(0, CA.getThreshold() - CA.getCost());
 1637     if (Cost >= Threshold && !ComputeFullInlineCost)
 1766     Cost += InlineConstants::ColdccPenalty;
 1769   if (Cost >= Threshold && !ComputeFullInlineCost)
 1832     if (Cost >= Threshold && !ComputeFullInlineCost)
 1937   return Cost < std::max(1, Threshold);
 1955   DEBUG_PRINT_STAT(Cost);