Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DZoneAlgo.cpp638 isl::set ZoneAlgorithm::getDomainFor(ScopStmt *Stmt) const { in getDomainFor() function in ZoneAlgorithm
642 isl::set ZoneAlgorithm::getDomainFor(MemoryAccess *MA) const { in getDomainFor() function in ZoneAlgorithm
643 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()
H A DDeLICM.cpp627 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()
H A DForwardOpTree.cpp527 isl::map SameVal = singleLocation(Candidates, getDomainFor(TargetStmt)); in forwardKnownLoad()
635 isl::map SameVal = singleLocation(Candidates, getDomainFor(TargetStmt)); in reloadKnownContent()
/llvm-project-15.0.7/polly/include/polly/
H A DZoneAlgo.h240 isl::set getDomainFor(ScopStmt *Stmt) const;
243 isl::set getDomainFor(MemoryAccess *MA) const;