Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp38 static cl::opt<unsigned> MaxFunctionsPerValue( variable
161 if (Union.size() > MaxFunctionsPerValue) in MergeValues()