Lines Matching refs:DefTarget
687 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
785 WA->setNewAccessRelation(DefTarget); in mapValue()