Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h223 std::optional<int> HotCallSiteThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
1980 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local