Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1277 DenseMap<Register, Register> UndefPhis; member in __anonbef7b4110111::KernelRewriter
1486 auto I = UndefPhis.find(LoopReg); in phi()
1487 if (I != UndefPhis.end()) { in phi()
1501 UndefPhis.erase(I); in phi()
1521 UndefPhis[LoopReg] = R; in phi()