Searched refs:EntryStoreAccess (Results 1 – 1 of 1) sorted by relevance
137 MemoryAccess *EntryStoreAccess = Updater.createMemoryAccessInBB( in TEST_F() local139 Updater.insertDef(cast<MemoryDef>(EntryStoreAccess)); in TEST_F()155 EXPECT_EQ(FirstLoadAccess->getDefiningAccess(), EntryStoreAccess); in TEST_F()181 EXPECT_EQ(MergePhi->getIncomingValue(0), EntryStoreAccess); in TEST_F()321 MemoryAccess *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F() local324 SideStore, EntryStoreAccess, EntryStoreAccess); in TEST_F()325 EntryStoreAccess->replaceAllUsesWith(NewStoreAccess); in TEST_F()358 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F() local361 SideStore, EntryStoreAccess, EntryStoreAccess); in TEST_F()366 EXPECT_EQ(MergePhi->getIncomingValue(1), EntryStoreAccess); in TEST_F()[all …]