Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dlast-call-bonus.ll1 ; The goal of this test is checking if LastCallToStaticBonus is applied
5 ; than bar->baz inlining. As LastCallToStaticBonus has a massive value, and
/external/llvm/include/llvm/Analysis/
DInlineCost.h34 const int LastCallToStaticBonus = -15000; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h47 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-7.0/llvm/lib/Analysis/
DInlineCost.cpp887 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
893 LastCallToStaticBonus = 0; in updateThreshold()
973 Cost -= LastCallToStaticBonus; in updateThreshold()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp360 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()
/external/llvm/lib/Analysis/
DInlineCost.cpp1260 Cost += InlineConstants::LastCallToStaticBonus; in analyzeCall()