Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp124 isl_union_map *StmtSchedule = isl_union_map_empty(Space); in collectInfo() local
163 StmtSchedule = isl_union_map_add_map(StmtSchedule, Schedule); in collectInfo()
176 StmtSchedule = in collectInfo()
177 isl_union_map_add_map(StmtSchedule, Stmt.getSchedule().release()); in collectInfo()
180 StmtSchedule = isl_union_map_intersect_params( in collectInfo()
181 StmtSchedule, S.getAssumedContext().release()); in collectInfo()
182 TaggedStmtDomain = isl_union_map_domain(StmtSchedule); in collectInfo()
DScopBuilder.cpp1266 auto StmtSchedule = isl::schedule::from_domain(UDomain); in buildSchedule() local
1267 LoopData->Schedule = combineInSequence(LoopData->Schedule, StmtSchedule); in buildSchedule()