reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachineBasicBlock.cpp
  295     OS << "Can't print out MachineBasicBlock because parent MachineFunction"
  301     OS << Indexes->getMBBStartIdx(this) << '\t';
  303   OS << "bb." << getNumber();
  307       OS << "." << BB->getName();
  310       OS << " (";
  313         OS << "<ir-block badref>";
  315         OS << (Twine("%ir-block.") + Twine(Slot)).str();
  320     OS << (HasAttributes ? ", " : " (");
  321     OS << "address-taken";
  325     OS << (HasAttributes ? ", " : " (");
  326     OS << "landing-pad";
  330     OS << (HasAttributes ? ", " : " (");
  331     OS << "align " << Log2(getAlignment());
  335     OS << ")";
  336   OS << ":\n";
  345     if (Indexes) OS << '\t';
  347     OS << "; predecessors: ";
  350         OS << ", ";
  351       OS << printMBBReference(**I);
  353     OS << '\n';
  358     if (Indexes) OS << '\t';
  360     OS.indent(2) << "successors: ";
  363         OS << ", ";
  364       OS << printMBBReference(**I);
  366         OS << '('
  372       OS << "; ";
  376           OS << ", ";
  377         OS << printMBBReference(**I) << '('
  386     OS << '\n';
  391     if (Indexes) OS << '\t';
  392     OS.indent(2) << "liveins: ";
  397         OS << ", ";
  399       OS << printReg(LI.PhysReg, TRI);
  401         OS << ":0x" << PrintLaneMask(LI.LaneMask);
  407     OS << '\n';
  413         OS << Indexes->getInstructionIndex(MI);
  414       OS << '\t';
  418       OS.indent(2) << "}\n";
  422     OS.indent(IsInBundle ? 4 : 2);
  423     MI.print(OS, MST, IsStandalone, /*SkipOpers=*/false, /*SkipDebugLoc=*/false,
  427       OS << " {";
  430     OS << '\n';
  434     OS.indent(2) << "}\n";
  437     if (Indexes) OS << '\t';
  438     OS.indent(2) << "; Irreducible loop header weight: "