Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DMatmulOptimizer.cpp869 auto UnMapOldIndVar = Child.get_prefix_schedule_union_map(); in getInductionVariablesSubstitution() local
870 auto MapOldIndVar = isl::map::from_union_map(UnMapOldIndVar); in getInductionVariablesSubstitution()
895 isl::union_map UnMapOldIndVar = Child.get_prefix_schedule_relation(); in isolateAndUnrollMatMulInnerLoops() local
896 isl::set Prefix = isl::map::from_union_map(UnMapOldIndVar).range(); in isolateAndUnrollMatMulInnerLoops()