Searched refs:ReduceLimit (Results 1 – 1 of 1) sorted by relevance
34 static cl::opt<int> ReduceLimit("t2-reduce-limit", variable768 if (ReduceLimit != -1 && ((int)NumNarrows >= ReduceLimit)) in ReduceToNarrow()