Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Program

87     OrigProgram = BD.Program;
89 BD.Program = parseInputFile(PrefixOutput, BD.getContext()).release();
90 if (BD.Program == nullptr) {
108 delete BD.Program;
109 BD.Program = OrigProgram;
116 /// variable's initializer and seeing if the program still crashes. If it
117 /// does, then we keep that program and try again.
144 // Clone the program to try hacking it apart...
169 // Try running the hacked up program...
185 /// seeing if the program still crashes. If it does, then keep the newer,
186 /// smaller program.
240 // Clone the program to try hacking it apart...
304 // Try running the hacked up program...
347 // Clone the program to try hacking it apart...
408 // Try running on the hacked up program...
457 // Clone the program to try hacking it apart...
491 // Try running on the hacked up program...
566 // Try running on the hacked up program...
634 // Try running on the hacked up program...
650 /// on a program, try to destructively reduce the program while still keeping
656 // in the program...
675 // See if the program still causes a crash...
764 // program, try to remove instructions that are not necessary to cause the
846 // Find out if the pass still crashes on the cleaned up program...
880 EmitProgressBitcode(Program, ID);