Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1702 auto MaxIfValid = [](int A, Optional<int> B) { in updateThreshold() local
1746 Threshold = MaxIfValid(Threshold, Params.HintThreshold); in updateThreshold()
1780 Threshold = MaxIfValid(Threshold, Params.HintThreshold); in updateThreshold()