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