Lines Matching refs:getClobberingMemoryAccess
555 EXPECT_EQ(DefiningAccess, Walker->getClobberingMemoryAccess(LoadInst)); in TEST_F()
568 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F()
572 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F()
616 MemoryAccess *WalkerClobber = Walker->getClobberingMemoryAccess(V); in TEST_F()
642 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LI); in TEST_F()
644 EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SI))); in TEST_F()
674 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
675 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()
681 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
682 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()
746 MemoryAccess *Load0Clobber = Walker->getClobberingMemoryAccess(ALoad0); in TEST_F()
752 MemoryAccess *BottomClobber = Walker->getClobberingMemoryAccess(BelowPhi); in TEST_F()
758 MemoryAccess *UseClobber = Walker->getClobberingMemoryAccess(ALoad); in TEST_F()
791 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LoadMA); in TEST_F()
812 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LIA); in TEST_F()
815 EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SIA))); in TEST_F()
822 EXPECT_EQ(Walker->getClobberingMemoryAccess(NewLoadAccess), LoadClobber); in TEST_F()
862 EXPECT_EQ(Walker.getClobberingMemoryAccess(LoadB), in TEST_F()
864 EXPECT_EQ(Walker.getClobberingMemoryAccess(LoadC), in TEST_F()
943 MemoryAccess *BClobber = MSSA.getWalker()->getClobberingMemoryAccess(DefB); in TEST_F()
951 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefB), in TEST_F()
992 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
999 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
1075 Walker->getClobberingMemoryAccess(V); in TEST_F()
1078 MemoryAccess *Clob = Walker->getClobberingMemoryAccess(V); in TEST_F()
1182 Walker->getClobberingMemoryAccess(V); in TEST_F()
1269 MSSA.getWalker()->getClobberingMemoryAccess(FooAccess); in TEST_F()
1273 MSSA.getWalker()->getClobberingMemoryAccess(BarAccess); in TEST_F()
1277 MSSA.getWalker()->getClobberingMemoryAccess(BazAccess); in TEST_F()
1281 MSSA.getWalker()->getClobberingMemoryAccess( in TEST_F()
1329 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreAEntry), in TEST_F()
1333 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreBEntry), in TEST_F()
1346 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreAEntry), in TEST_F()
1369 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreA), in TEST_F()
1371 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreB), in TEST_F()
1375 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreA2), StoreAAccess); in TEST_F()
1455 EXPECT_EQ(Phi, Walker->getClobberingMemoryAccess(S1)); in TEST_F()
1465 EXPECT_EQ(Phi, Walker->getClobberingMemoryAccess(S1)); in TEST_F()
1517 EXPECT_EQ(DefS1, Walker->getClobberingMemoryAccess(S2)); in TEST_F()
1529 EXPECT_EQ(Phi, Walker->getClobberingMemoryAccess(S2)); in TEST_F()
1626 MemoryAccess *Pointer1Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1630 MemoryAccess *Pointer2Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1634 MemoryAccess *MemSetClobber = Walker->getClobberingMemoryAccess(MemSetAccess); in TEST_F()
1661 MemoryAccess *Pointer1Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1665 MemoryAccess *Pointer2Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1669 MemoryAccess *Load2Clobber = Walker->getClobberingMemoryAccess(Load2Access); in TEST_F()