Searched refs:LoadMA (Results 1 – 2 of 2) sorted by relevance
784 auto *LoadMA = cast<MemoryUse>(MSSA.getMemoryAccess(Load)); in TEST_F() local786 EXPECT_EQ(LoadMA->getDefiningAccess(), StoreMA); in TEST_F()790 Walker->invalidateInfo(LoadMA); in TEST_F()793 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LoadMA); in TEST_F()
2519 for (MemoryAccess *LoadMA : Loads) in checkForReductions()2520 Candidates.push_back(std::make_pair(LoadMA, StoreMA)); in checkForReductions()