Searched refs:getDomainFor (Results 1 – 4 of 4) sorted by relevance
638 isl::set ZoneAlgorithm::getDomainFor(ScopStmt *Stmt) const { in getDomainFor() function in ZoneAlgorithm642 isl::set ZoneAlgorithm::getDomainFor(MemoryAccess *MA) const { in getDomainFor() function in ZoneAlgorithm643 return getDomainFor(MA->getStatement()); in getDomainFor()647 auto Domain = getDomainFor(MA); in getAccessRelationFor()657 getDomainFor(TargetStmt).get_space().map_from_set()); in getDefToTarget()687 isl::set DefDomain = getDomainFor(DefStmt); in getDefToTarget()688 isl::set TargetDomain = getDomainFor(TargetStmt); in getDefToTarget()711 auto Domain = getDomainFor(Stmt); in getScalarReachingDefinition()728 return ::makeUnknownForDomain(getDomainFor(Stmt)); in makeUnknownForDomain()762 auto DomainUse = getDomainFor(UserStmt); in makeValInst()
627 Reads = Reads.unite(getDomainFor(MA)); in computeValueUses()636 auto Writes = getDomainFor(DefMA); in computeValueUses()691 auto OrigDomain = getDomainFor(DefMA); in tryMapValue()774 auto Domain = getDomainFor(MA); in mapValue()863 auto OrigDomain = getDomainFor(PHIRead); in tryMapPHI()888 UniverseWritesDom = UniverseWritesDom.unite(getDomainFor(MA)); in tryMapPHI()980 auto Domain = getDomainFor(MA); in mapPHI()1018 auto TargetDom = getDomainFor(TargetStmt); in collapseScalarsToStore()
527 isl::map SameVal = singleLocation(Candidates, getDomainFor(TargetStmt)); in forwardKnownLoad()635 isl::map SameVal = singleLocation(Candidates, getDomainFor(TargetStmt)); in reloadKnownContent()
240 isl::set getDomainFor(ScopStmt *Stmt) const;243 isl::set getDomainFor(MemoryAccess *MA) const;