Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp123 isl_union_map *StmtSchedule = isl_union_map_empty(Space); in collectInfo() local
162 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()
H A DScopBuilder.cpp1268 auto StmtSchedule = isl::schedule::from_domain(UDomain); in buildSchedule() local
1269 LoopData->Schedule = combineInSequence(LoopData->Schedule, StmtSchedule); in buildSchedule()