Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDInlineCost.h223 std::optional<int> HotCallSiteThreshold; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineCost.cpp119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
1889 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()
1980 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local
1981 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()
1987 Threshold = *HotCallSiteThreshold; in updateThreshold()
3177 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilderPipelines.cpp910 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()
1004 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()