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

References

lib/CodeGen/SafeStackColoring.cpp
  110     BlockInfo.Begin.resize(NumAllocas);
  111     BlockInfo.End.resize(NumAllocas);
  112     BlockInfo.LiveIn.resize(NumAllocas);
  113     BlockInfo.LiveOut.resize(NumAllocas);
  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);