Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DDeLICM.cpp687 auto DefTarget = TargetElt.apply_domain(DefSched.reverse()); in tryMapValue() local
688 simplify(DefTarget); in tryMapValue()
689 LLVM_DEBUG(dbgs() << " Def Mapping: " << DefTarget << '\n'); in tryMapValue()
692 auto MappedDomain = DefTarget.domain(); in tryMapValue()
710 auto EltZone = Lifetime.apply_domain(DefTarget).wrap(); in tryMapValue()
724 auto EltKnownTranslator = DefTarget.range_product(Lifetime); in tryMapValue()
731 auto WrittenTranslator = DefTarget.range_product(DefSched); in tryMapValue()
742 auto UseTarget = DefUses.reverse().apply_range(DefTarget); in tryMapValue()
744 mapValue(SAI, std::move(DefTarget), std::move(UseTarget), in tryMapValue()
768 void mapValue(const ScopArrayInfo *SAI, isl::map DefTarget, in mapValue() argument
[all …]