Home
last modified time | relevance | path

Searched refs:HotCallSiteThreshold (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h224 std::optional<int> HotCallSiteThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp122 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
2051 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()
2142 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local
2143 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()
2149 Threshold = *HotCallSiteThreshold; in updateThreshold()
3386 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp932 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()
1029 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()