Lines Matching full:program
73 OrigProgram = BD.Program;
75 BD.Program = ParseInputFile(PrefixOutput, BD.getContext());
76 if (BD.Program == 0) {
94 delete BD.Program;
95 BD.Program = OrigProgram;
102 /// variable's initializer and seeing if the program still crashes. If it
103 /// does, then we keep that program and try again.
130 // Clone the program to try hacking it apart...
156 // Try running the hacked up program...
172 /// seeing if the program still crashes. If it does, then keep the newer,
173 /// smaller program.
204 // Clone the program to try hacking it apart...
228 // Try running the hacked up program...
271 // Clone the program to try hacking it apart...
332 // Try running on the hacked up program...
381 // Clone the program to try hacking it apart...
415 // Try running on the hacked up program...
432 /// on a program, try to destructively reduce the program while still keeping
438 // in the program...
457 // See if the program still causes a crash...
551 // program, try to remove instructions that are not necessary to cause the
611 // Find out if the pass still crashes on the cleaned up program...
645 EmitProgressBitcode(Program, ID);