Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp686 static isl::union_map remainingDepsFromPartialSchedule(isl::union_map PartSched, in remainingDepsFromPartialSchedule() argument
688 unsigned NumDims = getNumScatterDims(PartSched); in remainingDepsFromPartialSchedule()
689 auto ParamSpace = PartSched.get_space().params(); in remainingDepsFromPartialSchedule()
696 isl::union_map PartSchedRev = PartSched.reverse(); in remainingDepsFromPartialSchedule()
849 isl::union_map PartSched = in visitBand() local
851 assert(getNumScatterDims(PartSched) == in visitBand()
853 isl::space ParamSpace = PartSched.get_space().params(); in visitBand()
856 isl::union_map PartSchedRev = PartSched.reverse(); in visitBand()