Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h209 Optional<int> ColdCallSiteThreshold; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp70 ColdCallSiteThreshold("inline-cold-callsite-threshold", cl::Hidden, variable
1771 Threshold = MinIfValid(Threshold, Params.ColdCallSiteThreshold); in updateThreshold()
2953 Params.ColdCallSiteThreshold = ColdCallSiteThreshold; in getInlineParams()