Searched refs:get_partial_schedule (Results 1 – 2 of 2) sorted by relevance
76 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()
3652 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