Searched refs:LoadMA (Results 1 – 2 of 2) sorted by relevance
782 auto *LoadMA = cast<MemoryUse>(MSSA.getMemoryAccess(Load)); in TEST_F() local784 EXPECT_EQ(LoadMA->getDefiningAccess(), StoreMA); in TEST_F()788 Walker->invalidateInfo(LoadMA); in TEST_F()791 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LoadMA); in TEST_F()
2708 for (MemoryAccess *LoadMA : Loads) in checkForReductions()2709 Candidates.push_back(std::make_pair(LoadMA, StoreMA)); in checkForReductions()