Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInlineCost.h34 const int LastCallToStaticBonus = -15000; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h39 const int LastCallToStaticBonus = -15000; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp298 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus; in shouldInline()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp294 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp439 Bonus += InlineConstants::LastCallToStaticBonus; in getInlineBonuses()
/external/llvm/lib/Analysis/
DInlineCost.cpp1260 Cost += InlineConstants::LastCallToStaticBonus; in analyzeCall()