Home
last modified time | relevance | path

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

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