reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
201 friend raw_ostream &operator<<(raw_ostream &O, const BlockNamePrinter &BP) { 1289 for (const NodePtr N : DT.Roots) errs() << BlockNamePrinter(N) << ", "; 1292 errs() << BlockNamePrinter(N) << ", "; 1315 errs() << "DomTree node " << BlockNamePrinter(BB) 1325 errs() << "CFG node " << BlockNamePrinter(N) 1347 errs() << "Node without an IDom " << BlockNamePrinter(BB) 1355 errs() << "Node " << BlockNamePrinter(BB) << " has level " 1357 << BlockNamePrinter(IDom->getBlock()) << " has level " 1379 errs() << BlockNamePrinter(TN) << " {" << TN->getDFSNumIn() << ", " 1522 errs() << "Child " << BlockNamePrinter(Child) 1523 << " reachable after its parent " << BlockNamePrinter(BB) 1558 errs() << "Node " << BlockNamePrinter(S) 1559 << " not reachable when its sibling " << BlockNamePrinter(N)