Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h46 const int LastCallToStaticBonus = 15000; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1168 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local
1174 LastCallToStaticBonus = 0; in updateThreshold()
1254 Cost -= LastCallToStaticBonus; in updateThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp380 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus; in shouldBeDeferred()