Lines Matching full:program
33 where each test of the program (which requires executing it) takes a long time.
39 and links them together into a single module, called the test program. If any
41 program. If any of the passes crash, or if they produce malformed output (which
45 test program with the "safe" backend (which is assumed to generate good code) to
47 test program, it tries executing it with the selected code generator. If the
54 output, ``bugpoint`` runs the test program after all of the LLVM passes have
67 test program. First, ``bugpoint`` figures out which combination of optimizer
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
88 program and partitions it into two pieces: one piece which it compiles with the
104 works by splitting the test program into two pieces, running the optimizations
108 program which is being miscompiled. The miscompilation debugger assumes that
118 with programs that have deterministic output. Thus, if the program outputs
125 if you manually modify the program or its inputs to reduce the runtime, but
134 It is often useful to capture the output of the program to file. For example,
151 optimizations to be randomized and applied to the program. This process will