Home | History | Annotate | Download | only in bugpoint

Lines Matching full:program

26 /// combinations of passes to compile the program with. Compile the program with
42 outs() << "Generating reference output from raw program: \n";
43 if (!createReferenceFile(Program))
57 // Step 2: Run optimizer passes on the program and check for success.
59 outs() << "Running selected passes on program to test for crash: ";
65 if(runPasses(Program, PassesToRun, Filename, false)) {
79 compileProgram(Program, &Error);
88 // Step 4: Run the program and compare its output to the reference
92 bool Diff = diffProgram(Program, Filename, "", false, &Error);