Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:outs

36   outs() << "Starting bug finding procedure...\n\n";
41 outs() << "\n";
43 outs() << "Generating reference output from raw program: \n";
60 outs() << "Running selected passes on program to test for crash: ";
62 outs() << "-" << PassesToRun[i] << " ";
67 outs() << "\n";
68 outs() << "Optimizer passes caused failure!\n\n";
72 outs() << "Combination " << num << " optimized successfully!\n";
78 outs() << "Running the code generator to test for a crash: ";
82 outs() << "\n*** compileProgram threw an exception: ";
83 outs() << Error;
86 outs() << '\n';
92 outs() << "*** Checking if passes caused miscompliation:\n";
95 outs() << "\n*** diffProgram returned true!\n";
105 outs() << "\n*** diff'd output matches!\n";
109 outs() << "\n\n";