Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp34 static cl::opt<int> ReduceLimit("t2-reduce-limit", variable
768 if (ReduceLimit != -1 && ((int)NumNarrows >= ReduceLimit)) in ReduceToNarrow()