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