Home
last modified time | relevance | path

Searched defs:LastCallToStaticBonus (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h47 const int LastCallToStaticBonus = 15000; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1502 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local