Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h222 std::optional<int> HotCallSiteThreshold; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
1879 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()
1970 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local
1971 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()
1977 Threshold = *HotCallSiteThreshold; in updateThreshold()
3172 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp863 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()
957 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()