Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h193 Optional<int> ColdThreshold; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp91 static cl::opt<int> ColdThreshold( variable
1788 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
2966 Params.ColdThreshold = ColdThreshold; in getInlineParams()
2967 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
2968 Params.ColdThreshold = ColdThreshold; in getInlineParams()