Lines Matching full: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() << ": ";
392 outs() << "Checking for crash with only " << Instructions.size();
394 outs() << " instruction: ";
396 outs() << " instructions: ";
458 outs() << "\nChecking to see if we can delete global inits: ";
462 outs() << "\n*** Able to remove all global initializers!\n";
464 outs
475 outs() << "\n*** Attempting to reduce the number of global "
498 outs() << "\n*** Attempting to reduce the number of functions "
547 outs() << "\n*** Attempting to reduce testcase by deleting instruc"
579 outs() << "Checking instruction: " << *I;
607 outs() << "\n*** Attempting to perform final cleanups: ";
633 outs() << "\n*** Debugging optimizer crash!\n";
641 outs() << "\n*** Found crashing pass"