Home
last modified time | relevance | path

Searched refs:ColdCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h231 std::optional<int> ColdCallSiteThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp86 ColdCallSiteThreshold("inline-cold-callsite-threshold", cl::Hidden, variable
2157 Threshold = MinIfValid(Threshold, Params.ColdCallSiteThreshold); in updateThreshold()
3400 Params.ColdCallSiteThreshold = ColdCallSiteThreshold; in getInlineParams()