Lines Matching refs:Program
27 /// combinations of passes to compile the program with. Compile the program with
43 outs() << "Generating reference output from raw program: \n";
44 if (!createReferenceFile(Program))
58 // Step 2: Run optimizer passes on the program and check for success.
60 outs() << "Running selected passes on program to test for crash: ";
66 if(runPasses(Program, PassesToRun, Filename, false)) {
80 compileProgram(Program, &Error);
89 // Step 4: Run the program and compare its output to the reference
93 bool Diff = diffProgram(Program, Filename, "", false, &Error);