Searched refs:CallPenalty (Results 1 – 8 of 8) sorted by relevance
33 const int CallPenalty = 25; variable
46 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()
721 Cost += InlineConstants::CallPenalty; in visitCastInst()1090 Cost += InlineConstants::CallPenalty; in visitBinaryOperator()1263 Cost += InlineConstants::CallPenalty; in visitCallSite()1943 Cost += InlineConstants::InstrCost + InlineConstants::CallPenalty; in getCallsiteCost()
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()