Searched refs:TokenFactorInlineLimit (Results 1 – 1 of 1) sorted by relevance
128 static cl::opt<unsigned> TokenFactorInlineLimit( variable2182 if (N->getNumOperands() > TokenFactorInlineLimit) in visitTokenFactor()2205 if (Ops.size() > TokenFactorInlineLimit) { in visitTokenFactor()