Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp121 static cl::opt<unsigned> TokenFactorInlineLimit( variable
1843 if (N->getNumOperands() > TokenFactorInlineLimit) in visitTokenFactor()
1866 if (Ops.size() > TokenFactorInlineLimit) { in visitTokenFactor()