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

References

lib/CodeGen/SafeStackColoring.cpp
  216     Start.resize(NumAllocas);
  222         Start[AllocaNo] = BBStart;
  232         assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart);
  236           Start[AllocaNo] = InstNo;
  241           LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo);
  250         LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd);