Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp40 static cl::opt<unsigned> MaxFunctionsPerValue( variable
163 if (Union.size() > MaxFunctionsPerValue) in MergeValues()