Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h213 std::optional<int> ColdThreshold; member
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp103 static cl::opt<int> ColdThreshold( variable
1927 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
3110 Params.ColdThreshold = ColdThreshold; in getInlineParams()
3111 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
3112 Params.ColdThreshold = ColdThreshold; in getInlineParams()