Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp31 static cl::opt<int> ReduceLimit("t2-reduce-limit", variable
678 if (ReduceLimit != -1 && ((int)NumNarrows >= ReduceLimit)) in ReduceToNarrow()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp35 static cl::opt<int> ReduceLimit("t2-reduce-limit", variable
816 if (ReduceLimit != -1 && ((int)NumNarrows >= ReduceLimit)) in ReduceToNarrow()