Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h162 Optional<int> ColdThreshold; member
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp65 static cl::opt<int> ColdThreshold( variable
958 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
2167 Params.ColdThreshold = ColdThreshold; in getInlineParams()
2168 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
2169 Params.ColdThreshold = ColdThreshold; in getInlineParams()