Home
last modified time | relevance | path

Searched refs:StoreMA (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopBuilder.h674 void collectCandidateReductionLoads(MemoryAccess *StoreMA,
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2513 for (MemoryAccess *StoreMA : Stmt) { in checkForReductions()
2514 if (StoreMA->isRead()) in checkForReductions()
2518 collectCandidateReductionLoads(StoreMA, Loads); in checkForReductions()
2520 Candidates.push_back(std::make_pair(LoadMA, StoreMA)); in checkForReductions()
2919 MemoryAccess *StoreMA, SmallVectorImpl<MemoryAccess *> &Loads) { in collectCandidateReductionLoads() argument
2920 ScopStmt *Stmt = StoreMA->getStatement(); in collectCandidateReductionLoads()
2922 auto *Store = dyn_cast<StoreInst>(StoreMA->getAccessInstruction()); in collectCandidateReductionLoads()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp785 auto *StoreMA = cast<MemoryDef>(MSSA.getMemoryAccess(Store)); in TEST_F() local
786 EXPECT_EQ(LoadMA->getDefiningAccess(), StoreMA); in TEST_F()