Home
last modified time | relevance | path

Searched refs:TotalSecondaryCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp346 int TotalSecondaryCost = 0; in shouldInline() local
378 TotalSecondaryCost += IC2.getCost(); in shouldInline()
386 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus; in shouldInline()
388 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) { in shouldInline()
391 ", outer Cost = " << TotalSecondaryCost << '\n'); in shouldInline()