Searched refs:FoundStores (Results 1 – 2 of 2) sorted by relevance
83 SmallVector<GStore *> FoundStores; member
3705 SmallVector<GStore *> FoundStores; in matchTruncStoreMerge() local3742 FoundStores.emplace_back(&LastStore); in matchTruncStoreMerge()3792 FoundStores.emplace_back(NewStore); in matchTruncStoreMerge()3795 if (FoundStores.size() == NumStoresRequired) in matchTruncStoreMerge()3799 if (FoundStores.size() != NumStoresRequired) { in matchTruncStoreMerge()3853 MatchInfo.FoundStores = std::move(FoundStores); in matchTruncStoreMerge()3880 for (auto *ST : MatchInfo.FoundStores) in applyTruncStoreMerge()