Searched refs:StoreAccs (Results 1 – 1 of 1) sorted by relevance
2716 isl::map StoreAccs = CandidatePair.second->getAccessRelation(); in checkForReductions() local2719 if (!LoadAccs.has_equal_space(StoreAccs)) { in checkForReductions()2724 isl::map AllAccsRel = LoadAccs.unite(StoreAccs); in checkForReductions()