Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopBuilder.h735 void collectCandidateReductionLoads(MemoryAccess *StoreMA,
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2702 for (MemoryAccess *StoreMA : Stmt) { in checkForReductions()
2703 if (StoreMA->isRead()) in checkForReductions()
2707 collectCandidateReductionLoads(StoreMA, Loads); in checkForReductions()
2709 Candidates.push_back(std::make_pair(LoadMA, StoreMA)); in checkForReductions()
3102 MemoryAccess *StoreMA, SmallVectorImpl<MemoryAccess *> &Loads) { in collectCandidateReductionLoads() argument
3103 ScopStmt *Stmt = StoreMA->getStatement(); in collectCandidateReductionLoads()
3105 auto *Store = dyn_cast<StoreInst>(StoreMA->getAccessInstruction()); in collectCandidateReductionLoads()
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp783 auto *StoreMA = cast<MemoryDef>(MSSA.getMemoryAccess(Store)); in TEST_F() local
784 EXPECT_EQ(LoadMA->getDefiningAccess(), StoreMA); in TEST_F()