Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1926 auto MaxIfValid = [](int A, std::optional<int> B) { in updateThreshold() local
1970 Threshold = MaxIfValid(Threshold, Params.HintThreshold); in updateThreshold()
2004 Threshold = MaxIfValid(Threshold, Params.HintThreshold); in updateThreshold()