Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h50 const int LastCallToStaticBonus = 15000; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1859 int LastCallToStaticBonus = InlineConstants::LastCallToStaticBonus; in updateThreshold() local