Home
last modified time | relevance | path

Searched refs:LoadMA (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp782 auto *LoadMA = cast<MemoryUse>(MSSA.getMemoryAccess(Load)); in TEST_F() local
784 EXPECT_EQ(LoadMA->getDefiningAccess(), StoreMA); in TEST_F()
788 Walker->invalidateInfo(LoadMA); in TEST_F()
791 MemoryAccess *LoadClobber = Walker->getClobberingMemoryAccess(LoadMA); in TEST_F()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2708 for (MemoryAccess *LoadMA : Loads) in checkForReductions()
2709 Candidates.push_back(std::make_pair(LoadMA, StoreMA)); in checkForReductions()