Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h229 std::optional<int> ColdCallSiteThreshold; member
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp83 ColdCallSiteThreshold("inline-cold-callsite-threshold", cl::Hidden, variable
1910 Threshold = MinIfValid(Threshold, Params.ColdCallSiteThreshold); in updateThreshold()
3097 Params.ColdCallSiteThreshold = ColdCallSiteThreshold; in getInlineParams()