Home
last modified time | relevance | path

Searched refs:StoreAEntry (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp1326 auto *StoreAEntry = cast<MemoryDef>(MSSA.getMemoryAccess(StoreA)); in TEST_F() local
1329 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()