Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:LastStore

1918     std::map<int,IndexType> LastStore, LastLoad;
1992 if (LastStore[FI] == IndexType::None)
1993 LastStore[FI] = IndexType::Entry;
1997 if (LastStore[FI] != IndexType::None)
1998 RL.add(LastStore[FI], LastLoad[FI], false, false);
2002 LastStore[FI] = Index;
2014 IndexType &LS = LastStore[I.first];
2021 for (auto &I : LastStore) {