Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h178 Optional<int> ColdCallSiteThreshold; member
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp58 ColdCallSiteThreshold("inline-cold-callsite-threshold", cl::Hidden, variable
941 Threshold = MinIfValid(Threshold, Params.ColdCallSiteThreshold); in updateThreshold()
2154 Params.ColdCallSiteThreshold = ColdCallSiteThreshold; in getInlineParams()