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

References

lib/CodeGen/SafeStackColoring.cpp
  106     LLVM_DEBUG(dbgs() << "  " << InstNo << ": BB " << BB->getName() << "\n");
  107     unsigned BBStart = InstNo++;
  117       unsigned BBEnd = InstNo;
  123       LLVM_DEBUG(dbgs() << "  " << InstNo << ":  "
  127       BBMarkers[BB].push_back({InstNo, M});
  129       InstructionNumbering[I] = InstNo++;
  155     unsigned BBEnd = InstNo;
  158   NumInst = InstNo;