Lines Matching refs:outs
82 outs() << "Checking to see if these passes crash: "
98 outs() << "Checking to see if these passes crash: "
157 outs() << "Checking for crash with only these global variables: ";
159 outs() << ": ";
254 outs() << "Checking for crash with only these functions: ";
256 outs() << ": ";
356 outs() << "Checking for crash with only these blocks:";
360 outs() << " " << BBs[i]->getName();
362 outs() << "... <" << Blocks.size() << " total>";
363 outs() << ": ";
468 outs
470 outs() << " instruction: ";
472 outs() << " instructions: ";
537 outs() << "Checking for crash with only these named metadata nodes:";
540 outs() << " " << NamedMDs[i];
542 outs() << "... <" << NamedMDs.size() << " total>";
543 outs() << ": ";
608 outs() << "Checking for crash with only " << OldMDNodeOps.size();
610 outs() << " named metadata operand: ";
612 outs() << " named metadata operands: ";
676 outs() << "\nChecking to see if we can delete global inits: ";
680 outs() << "\n*** Able to remove all global initializers!\n";
682 outs() << " - Removing all global inits hides problem!\n";
693 outs() << "\n*** Attempting to reduce the number of global "
715 outs() << "\n*** Attempting to reduce the number of functions "
760 outs() << "\n*** Attempting to reduce testcase by deleting instruc"
792 outs() << "Checking instruction: " << *I;
820 outs() << "\n*** Attempting to remove named metadata: ";
842 outs() << "\n*** Attempting to perform final cleanups: ";
868 outs() << "\n*** Debugging optimizer crash!\n";
876 outs() << "\n*** Found crashing pass"