Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h177 Optional<int> HotCallSiteThreshold; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp96 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
1538 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local