Searched refs:StoreMA (Results 1 – 3 of 3) sorted by relevance
735 void collectCandidateReductionLoads(MemoryAccess *StoreMA,
2702 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() argument3103 ScopStmt *Stmt = StoreMA->getStatement(); in collectCandidateReductionLoads()3105 auto *Store = dyn_cast<StoreInst>(StoreMA->getAccessInstruction()); in collectCandidateReductionLoads()
783 auto *StoreMA = cast<MemoryDef>(MSSA.getMemoryAccess(Store)); in TEST_F() local784 EXPECT_EQ(LoadMA->getDefiningAccess(), StoreMA); in TEST_F()