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

References

lib/CodeGen/MachineBasicBlock.cpp
  300   if (Indexes && PrintSlotIndexes)
  301     OS << Indexes->getMBBStartIdx(this) << '\t';
  345     if (Indexes) OS << '\t';
  358     if (Indexes) OS << '\t';
  391     if (Indexes) OS << '\t';
  411     if (Indexes && PrintSlotIndexes) {
  412       if (Indexes->hasIndex(MI))
  413         OS << Indexes->getInstructionIndex(MI);
  437     if (Indexes) OS << '\t';