Searched refs:StoreMA (Results 1 – 3 of 3) sorted by relevance
674 void collectCandidateReductionLoads(MemoryAccess *StoreMA,
2513 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() argument2920 ScopStmt *Stmt = StoreMA->getStatement(); in collectCandidateReductionLoads()2922 auto *Store = dyn_cast<StoreInst>(StoreMA->getAccessInstruction()); in collectCandidateReductionLoads()
785 auto *StoreMA = cast<MemoryDef>(MSSA.getMemoryAccess(Store)); in TEST_F() local786 EXPECT_EQ(LoadMA->getDefiningAccess(), StoreMA); in TEST_F()