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