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

References

lib/Analysis/InlineCost.cpp
  354   addCost(CostIt->second);
  378     addCost(LoadEliminationCost);
  735       addCost(InlineConstants::CallPenalty);
 1098     addCost(InlineConstants::CallPenalty);
 1257         addCost(3 * InlineConstants::InstrCost);
 1286       addCost(Call.arg_size() * InlineConstants::InstrCost);
 1291         addCost(InlineConstants::CallPenalty);
 1305   addCost(Call.arg_size() * InlineConstants::InstrCost);
 1468     addCost(JTCost, (int64_t)CostUpperBound);
 1489     addCost(NumCaseCluster * 2 * InlineConstants::InstrCost);
 1497   addCost(SwitchCost, (int64_t)CostUpperBound);
 1590       addCost(InlineConstants::InstrCost);
 1761   addCost(-getCallsiteCost(Call, DL));
 1926     addCost(NumLoops * InlineConstants::CallPenalty);