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

References

lib/CodeGen/StackColoring.cpp
  718     BlockInfo.Begin.resize(NumSlot);
  719     BlockInfo.End.resize(NumSlot);
  729           if (BlockInfo.Begin.test(Slot)) {
  730             BlockInfo.Begin.reset(Slot);
  732           BlockInfo.End.set(Slot);
  745             if (BlockInfo.End.test(Slot)) {
  746               BlockInfo.End.reset(Slot);
  748             BlockInfo.Begin.set(Slot);