Lines Matching refs:errs
75 errs() << "SCCs for Function " << F.getName() << " in PostOrder:"; in runOnFunction()
78 errs() << "\nSCC #" << ++sccNum << " : "; in runOnFunction()
80 BB->printAsOperand(errs(), false); in runOnFunction()
81 errs() << ", "; in runOnFunction()
84 errs() << " (Has self-loop)."; in runOnFunction()
86 errs() << "\n"; in runOnFunction()
96 errs() << "SCCs for the program in PostOrder:"; in runOnModule()
100 errs() << "\nSCC #" << ++sccNum << " : "; in runOnModule()
103 errs() << ((*I)->getFunction() ? (*I)->getFunction()->getName() in runOnModule()
106 errs() << " (Has self-loop)."; in runOnModule()
108 errs() << "\n"; in runOnModule()