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

References

lib/CodeGen/SafeStackColoring.cpp
  111     BlockInfo.End.resize(NumAllocas);
  132         if (BlockInfo.End.test(M.AllocaNo))
  133           BlockInfo.End.reset(M.AllocaNo);
  138         BlockInfo.End.set(M.AllocaNo);
  187       LocalLiveOut.reset(BlockInfo.End);
  268            << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End