Home
last modified time | relevance | path

Searched refs:StoreAccs (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2716 isl::map StoreAccs = CandidatePair.second->getAccessRelation(); in checkForReductions() local
2719 if (!LoadAccs.has_equal_space(StoreAccs)) { in checkForReductions()
2724 isl::map AllAccsRel = LoadAccs.unite(StoreAccs); in checkForReductions()