Lines Matching defs:LoadMA
2525 /// True if @p AllAccs intersects with @p MemAccs except @p LoadMA and @p
2527 bool hasIntersectingAccesses(isl::set AllAccs, MemoryAccess *LoadMA,
2534 if (MA == LoadMA || MA == StoreMA)
2551 /// Test if the accesses of @p LoadMA and @p StoreMA can form a reduction
2552 bool checkCandidatePairAccesses(MemoryAccess *LoadMA, MemoryAccess *StoreMA,
2556 isl::map LoadAccs = LoadMA->getAccessRelation();
2561 POLLY_DEBUG(LoadMA->dump(); StoreMA->dump());
2584 Valid = !hasIntersectingAccesses(AllAccs, LoadMA, StoreMA, Domain, MemAccs);
2772 MemoryAccess *LoadMA = CandidatePair.first.first;
2773 if (InvalidLoads.count(LoadMA->getAccessInstruction()))