Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:outs

68     outs() << "Checking to see if these passes crash: "
84 outs() << "Checking to see if these passes crash: "
143 outs() << "Checking for crash with only these global variables: ";
145 outs() << ": ";
218 outs() << "Checking for crash with only these functions: ";
220 outs() << ": ";
280 outs() << "Checking for crash with only these blocks:";
284 outs() << " " << BBs[i]->getName();
286 outs() << "... <" << Blocks.size() << " total>";
287 outs() << ": ";
391 outs() << "Checking for crash with only " << Instructions.size();
393 outs() << " instruction: ";
395 outs() << " instructions: ";
456 outs() << "\nChecking to see if we can delete global inits: ";
460 outs() << "\n*** Able to remove all global initializers!\n";
462 outs() << " - Removing all global inits hides problem!\n";
473 outs() << "\n*** Attempting to reduce the number of global "
496 outs() << "\n*** Attempting to reduce the number of functions "
545 outs() << "\n*** Attempting to reduce testcase by deleting instruc"
577 outs() << "Checking instruction: " << *I;
602 outs() << "\n*** Attempting to perform final cleanups: ";
628 outs() << "\n*** Debugging optimizer crash!\n";
636 outs() << "\n*** Found crashing pass"