Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp142 isl::schedule KillsSchedule; member
158 MustKillsInfo() : KillsSchedule(nullptr) {} in MustKillsInfo()
207 Info.KillsSchedule = nullptr; in computeMustKillsInfo()
258 if (Info.KillsSchedule) in computeMustKillsInfo()
259 Info.KillsSchedule = isl::manage( in computeMustKillsInfo()
260 isl_schedule_set(Info.KillsSchedule.release(), KillSchedule.copy())); in computeMustKillsInfo()
262 Info.KillsSchedule = KillSchedule; in computeMustKillsInfo()
2750 if (KillsInfo.KillsSchedule.get()) in createPPCGScop()
2752 PPCGScop->schedule, KillsInfo.KillsSchedule.release()); in createPPCGScop()