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.cpp1296 DenseMap<Register, Register> UndefPhis; member in __anonbef7b4110111::KernelRewriter
1505 auto I = UndefPhis.find(LoopReg); in phi()
1506 if (I != UndefPhis.end()) { in phi()
1520 UndefPhis.erase(I); in phi()
1540 UndefPhis[LoopReg] = R; in phi()