Home
last modified time | relevance | path

Searched defs:LastCallToStaticBonus (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/Analysis/
DInlineCost.h47 const int LastCallToStaticBonus = 15000; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp887 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local