Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h215 std::optional<int> ColdThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp117 static cl::opt<int> ColdThreshold( variable
2174 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
3413 Params.ColdThreshold = ColdThreshold; in getInlineParams()
3414 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
3415 Params.ColdThreshold = ColdThreshold; in getInlineParams()