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

References

lib/Target/Hexagon/HexagonFrameLowering.cpp
 2130           if (LastStore[FI] == IndexType::None)
 2131             LastStore[FI] = IndexType::Entry;
 2135           if (LastStore[FI] != IndexType::None)
 2136             RL.add(LastStore[FI], LastLoad[FI], false, false);
 2140           LastStore[FI] = Index;
 2152       IndexType &LS = LastStore[I.first];
 2159     for (auto &I : LastStore) {