Searched refs:CallPenalty (Results 1 – 6 of 6) sorted by relevance
33 const int CallPenalty = 25; variable
38 const int CallPenalty = 25; variable
299 Bonus -= CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; in getSpecializationBonus()415 InlineCost += CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; in getInlineSize()
287 Cost2 + Cost - (InlineConstants::CallPenalty + 1) >= in shouldInline()
256 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldBeDeferred()
935 Cost += InlineConstants::CallPenalty; in visitCallSite()1113 Cost += InlineConstants::CallPenalty; in analyzeBlock()