Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1308 isl::id IslLoopId = createIslLoopAttr(scop->getIslCtx(), L); in buildSchedule() local
1309 if (!IslLoopId.is_null()) in buildSchedule()
1311 Schedule.get_root().child(0).insert_mark(IslLoopId).get_schedule(); in buildSchedule()