Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp76 isl::multi_union_pw_aff PartialSched = OldBand.get_partial_schedule(); in rebuildBand()
616 isl::multi_union_pw_aff BandScheds = Band.get_partial_schedule(); in visitBand()
737 LHS.get_partial_schedule().get_at(0).as_union_map(); in canFuseOutermost()
741 RHS.get_partial_schedule().get_at(0).as_union_map(); in canFuseOutermost()
786 isl::union_pw_aff LHSPartOuterSched = LHS.get_partial_schedule().get_at(0); in tryGreedyFuse()
787 isl::union_pw_aff RHSPartOuterSched = RHS.get_partial_schedule().get_at(0); in tryGreedyFuse()
850 isl::union_map::from(Band.get_partial_schedule()); in visitBand()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h3652 inline isl::multi_union_pw_aff get_partial_schedule() const;
17926 isl::multi_union_pw_aff schedule_node_band::get_partial_schedule() const in get_partial_schedule() function