Lines Matching refs:getClobberingMemoryAccess

557   EXPECT_EQ(DefiningAccess, Walker->getClobberingMemoryAccess(LoadInst));  in TEST_F()
570 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F()
574 MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(LoadInst))); in TEST_F()
618 MemoryAccess *WalkerClobber = Walker->getClobberingMemoryAccess(V); in TEST_F()
644 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LI); in TEST_F()
646 EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SI))); in TEST_F()
676 Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
677 MemoryAccess *LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()
683 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F()
684 LiveOnEntry = Walker->getClobberingMemoryAccess(SI); in TEST_F()
748 MemoryAccess *Load0Clobber = Walker->getClobberingMemoryAccess(ALoad0); in TEST_F()
754 MemoryAccess *BottomClobber = Walker->getClobberingMemoryAccess(BelowPhi); in TEST_F()
760 MemoryAccess *UseClobber = Walker->getClobberingMemoryAccess(ALoad); in TEST_F()
793 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LoadMA); in TEST_F()
814 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LIA); in TEST_F()
817 EXPECT_TRUE(MSSA.isLiveOnEntryDef(Walker->getClobberingMemoryAccess(SIA))); in TEST_F()
824 EXPECT_EQ(Walker->getClobberingMemoryAccess(NewLoadAccess), LoadClobber); in TEST_F()
864 EXPECT_EQ(Walker.getClobberingMemoryAccess(LoadB), in TEST_F()
866 EXPECT_EQ(Walker.getClobberingMemoryAccess(LoadC), in TEST_F()
945 MemoryAccess *BClobber = MSSA.getWalker()->getClobberingMemoryAccess(DefB); in TEST_F()
953 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefB), in TEST_F()
994 MemoryAccess *X2Clobber = MSSA.getWalker()->getClobberingMemoryAccess(DefX2); in TEST_F()
1001 EXPECT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(DefX2), in TEST_F()
1078 Walker->getClobberingMemoryAccess(V); in TEST_F()
1081 MemoryAccess *Clob = Walker->getClobberingMemoryAccess(V); in TEST_F()
1186 Walker->getClobberingMemoryAccess(V); in TEST_F()
1274 MSSA.getWalker()->getClobberingMemoryAccess(FooAccess); in TEST_F()
1278 MSSA.getWalker()->getClobberingMemoryAccess(BarAccess); in TEST_F()
1282 MSSA.getWalker()->getClobberingMemoryAccess(BazAccess); in TEST_F()
1286 MSSA.getWalker()->getClobberingMemoryAccess( in TEST_F()
1334 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreAEntry), in TEST_F()
1338 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreBEntry), in TEST_F()
1351 ASSERT_EQ(MSSA.getWalker()->getClobberingMemoryAccess(StoreAEntry), in TEST_F()
1374 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreA), in TEST_F()
1376 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreB), in TEST_F()
1380 ASSERT_EQ(Walker->getClobberingMemoryAccess(StoreA2), StoreAAccess); in TEST_F()
1460 EXPECT_EQ(Phi, Walker->getClobberingMemoryAccess(S1)); in TEST_F()
1470 EXPECT_EQ(Phi, Walker->getClobberingMemoryAccess(S1)); in TEST_F()
1522 EXPECT_EQ(DefS1, Walker->getClobberingMemoryAccess(S2)); in TEST_F()
1534 EXPECT_EQ(Phi, Walker->getClobberingMemoryAccess(S2)); in TEST_F()
1631 MemoryAccess *Pointer1Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1635 MemoryAccess *Pointer2Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1639 MemoryAccess *MemSetClobber = Walker->getClobberingMemoryAccess(MemSetAccess); in TEST_F()
1666 MemoryAccess *Pointer1Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1670 MemoryAccess *Pointer2Clobber = Walker->getClobberingMemoryAccess( in TEST_F()
1674 MemoryAccess *Load2Clobber = Walker->getClobberingMemoryAccess(Load2Access); in TEST_F()
1754 MemoryAccess *SClobber = Walker->getClobberingMemoryAccess(SAccess); in TEST_F()
1756 MemoryAccess *LClobber = Walker->getClobberingMemoryAccess(LAccess); in TEST_F()
1768 MemoryAccess *LClobber = Walker->getClobberingMemoryAccess(LAccess); in TEST_F()