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

References

lib/CodeGen/SafeStackColoring.cpp
  232         assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart);
  232         assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart);
  233         if (!Started.test(AllocaNo)) {
  234           Started.set(AllocaNo);
  235           Ended.reset(AllocaNo);
  236           Start[AllocaNo] = InstNo;
  239         assert(!Ended.test(AllocaNo));
  240         if (Started.test(AllocaNo)) {
  241           LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo);
  241           LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo);
  242           Started.reset(AllocaNo);
  244         Ended.set(AllocaNo);