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

References

lib/CodeGen/SafeStackColoring.cpp
  219     for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) {
  219     for (unsigned AllocaNo = 0; AllocaNo < NumAllocas; ++AllocaNo) {
  220       if (BlockInfo.LiveIn.test(AllocaNo)) {
  221         Started.set(AllocaNo);
  222         Start[AllocaNo] = BBStart;