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);
  134         BlockInfo.Begin.set(M.AllocaNo);
  136         if (BlockInfo.Begin.test(M.AllocaNo))
  137           BlockInfo.Begin.reset(M.AllocaNo);
  188       LocalLiveOut |= BlockInfo.Begin;
  268            << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End