Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp144 SmallSet<Register, 8> UndefUseSet; in finalizeBundle() local
172 UndefUseSet.insert(Reg); in finalizeBundle()
221 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle()