Home | History | Annotate | Download | only in opt

Lines Matching refs:errs

76   errs() << "SCCs for Function " << F.getName() << " in PostOrder:";

80 errs() << "\nSCC #" << ++sccNum << " : ";
83 errs() << (*I)->getName() << ", ";
85 errs() << " (Has self-loop).";
87 errs() << "\n";
97 errs() << "SCCs for the program in PostOrder:";
101 errs() << "\nSCC #" << ++sccNum << " : ";
104 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getNameStr()
107 errs() << " (Has self-loop).";
109 errs() << "\n";