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

References

lib/CodeGen/SafeStackColoring.cpp
  124                         << (M.IsStart ? "start " : "end   ") << M.AllocaNo
  132         if (BlockInfo.End.test(M.AllocaNo))
  133           BlockInfo.End.reset(M.AllocaNo);
  134         BlockInfo.Begin.set(M.AllocaNo);
  136         if (BlockInfo.Begin.test(M.AllocaNo))
  137           BlockInfo.Begin.reset(M.AllocaNo);
  138         BlockInfo.End.set(M.AllocaNo);
  229       unsigned AllocaNo = It.second.AllocaNo;