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

References

lib/Target/Hexagon/HexagonBlockRanges.cpp
  301     LastDef[R] = IndexType::Entry;
  303   auto closeRange = [&LastUse,&LastDef,&LiveMap] (RegisterRef R) -> void {
  304     auto LD = LastDef[R], LU = LastUse[R];
  310     LastUse[R] = LastDef[R] = IndexType::None;
  379       if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
  381       LastDef[S] = Index;
  388       if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
  391       LastDef[S] = LastUse[S] = Index;
  410   for (auto &I : LastDef)