Searched refs:StoreAEntry (Results 1 – 1 of 1) sorted by relevance
1331 auto *StoreAEntry = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F() local1334 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreAEntry), in TEST_F()1336 ASSERT_TRUE(StoreAEntry->isOptimized()); in TEST_F()1348 MemorySSAUpdater(&MSSA).moveToPlace(StoreAEntry, BlockB, in TEST_F()1350 ASSERT_FALSE(StoreAEntry->isOptimized()); in TEST_F()1351 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreAEntry), in TEST_F()