Lines Matching refs:MP
102 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local
103 EXPECT_NE(MP, nullptr); in TEST_F()
107 LoadInst, MP, Merge, MemorySSA::Beginning)); in TEST_F()
148 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local
149 EXPECT_EQ(MP, nullptr); in TEST_F()
168 MP = MSSA.getMemoryAccess(Merge); in TEST_F()
169 EXPECT_NE(MP, nullptr); in TEST_F()
234 MemoryPhi *MP = MSSA.getMemoryAccess(Merge); in TEST_F() local
235 EXPECT_NE(MP, nullptr); in TEST_F()
510 MemoryPhi *MP = cast<MemoryPhi>(DefiningAccess); in TEST_F() local
512 for (auto &Op : MP->incoming_values()) in TEST_F()
515 MP->replaceAllUsesWith(MSSA.getLiveOnEntryDef()); in TEST_F()
519 Updater.removeMemoryAccess(MP); in TEST_F()