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

References

lib/Transforms/IPO/PartialInlining.cpp
  783   if (IC.isAlways()) {
  792   if (IC.isNever()) {
  802   if (!IC) {
  807              << NV("Cost", IC.getCost()) << ", threshold="
  808              << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")";
  808              << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")";
  838            << NV("Caller", Caller) << " with cost=" << NV("Cost", IC.getCost())
  840            << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")";
  840            << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")";