Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp396 auto AccRel = intersectRange(getAccessRelationFor(MA), CompatibleElts); in addArrayReadAccess()
452 isl::map AccRel = intersectRange(getAccessRelationFor(MA), CompatibleElts); in addArrayWriteAccess()
604 CompatibleElts = AllElts.subtract(IncompatibleElts); in collectCompatibleElts()
605 NumCompatibleArrays += isl_union_set_n_set(CompatibleElts.get()); in collectCompatibleElts()
DDeLICM.cpp1311 if (!TouchedElts.is_subset(CompatibleElts)) { in greedyCollapse()
/external/llvm-project/polly/include/polly/
DZoneAlgo.h113 isl::union_set CompatibleElts; variable