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

References

lib/CodeGen/SafeStackColoring.cpp
   44   return LiveRanges[IT->second];
  241           LiveRanges[AllocaNo].AddRange(Start[AllocaNo], InstNo);
  250         LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd);
  277     LiveRange &Range = LiveRanges[AllocaNo];
  288   LiveRanges.resize(NumAllocas);
  293     for (auto &R : LiveRanges) {
  300   for (auto &R : LiveRanges)
  304       LiveRanges[I] = getFullLiveRange();