Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp129 static cl::opt<unsigned> TokenFactorInlineLimit( variable
2100 if (N->getNumOperands() > TokenFactorInlineLimit) in visitTokenFactor()
2123 if (Ops.size() > TokenFactorInlineLimit) { in visitTokenFactor()