Searched refs:StmtSchedule (Results 1 – 2 of 2) sorted by relevance
123 isl_union_map *StmtSchedule = isl_union_map_empty(Space); in collectInfo() local162 StmtSchedule = isl_union_map_add_map(StmtSchedule, Schedule); in collectInfo()175 StmtSchedule = in collectInfo()176 isl_union_map_add_map(StmtSchedule, Stmt.getSchedule().release()); in collectInfo()179 StmtSchedule = isl_union_map_intersect_params( in collectInfo()180 StmtSchedule, S.getAssumedContext().release()); in collectInfo()181 TaggedStmtDomain = isl_union_map_domain(StmtSchedule); in collectInfo()
1268 auto StmtSchedule = isl::schedule::from_domain(UDomain); in buildSchedule() local1269 LoopData->Schedule = combineInSequence(LoopData->Schedule, StmtSchedule); in buildSchedule()