Lines Matching refs:outs
68 outs() << "Checking to see if these passes crash: "
86 outs() << "Checking to see if these passes crash: "
145 outs() << "Checking for crash with only these global variables: ";
147 outs() << ": ";
220 outs() << "Checking for crash with only these functions: ";
222 outs() << ": ";
282 outs() << "Checking for crash with only these blocks:";
286 outs() << " " << BBs[i]->getName();
288 outs() << "... <" << Blocks.size() << " total>";
289 outs() << ": ";
394 outs() << "Checking for crash with only " << Instructions.size();
396 outs() << " instruction: ";
398 outs() << " instructions: ";
460 outs() << "\nChecking to see if we can delete global inits: ";
464 outs() << "\n*** Able to remove all global initializers!\n";
466 outs() << " - Removing all global inits hides problem!\n";
477 outs() << "\n*** Attempting to reduce the number of global "
500 outs() << "\n*** Attempting to reduce the number of functions "
549 outs() << "\n*** Attempting to reduce testcase by deleting instruc"
581 outs() << "Checking instruction: " << *I;
609 outs() << "\n*** Attempting to perform final cleanups: ";
635 outs() << "\n*** Debugging optimizer crash!\n";
643 outs() << "\n*** Found crashing pass"