Home | History | Annotate | Download | only in docs

Lines Matching full:reduce

14 and JIT compilers).  It aims to reduce large test cases to small, useful ones.
16 optimization (or combination of optimizations) that causes the crash, and reduce
31 (unattended) time to reduce a test case, but we feel it is still worth it. Note
66 can to reduce the list of passes (for optimizer crashes) and the size of the
71 Next, ``bugpoint`` tries removing functions from the test program, to reduce its
72 size. Usually it is able to reduce a test program to a single function, when
75 reduce the size of the function as much as possible. Finally, ``bugpoint``
90 the JIT or the static LLC compiler. It uses several techniques to reduce the
91 amount of code pushed through the LLVM code generator, to reduce the potential
107 which are causing the miscompilation, then reduce the portion of the test
125 if you manually modify the program or its inputs to reduce the runtime, but