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