Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2712 MustKillsInfo KillsInfo = computeMustKillsInfo(*S); in createPPCGScop() local
2735 PPCGScop->tagged_must_kills = KillsInfo.TaggedMustKills.release(); in createPPCGScop()
2736 PPCGScop->must_kills = KillsInfo.MustKills.release(); in createPPCGScop()
2750 if (KillsInfo.KillsSchedule.get()) in createPPCGScop()
2752 PPCGScop->schedule, KillsInfo.KillsSchedule.release()); in createPPCGScop()