Searched refs:CopyDbgUsers (Results 1 – 1 of 1) sorted by relevance
493 DenseMap<MachineInstr *, SmallSet<MachineInstr *, 2>> CopyDbgUsers; member in __anon32f3c4080111::MachineCopyPropagation541 CopyDbgUsers[Copy].insert(&Reader); in ReadRegister()1062 const auto &DbgUsers = CopyDbgUsers[MaybeDead]; in ForwardCopyPropagateBlock()1075 CopyDbgUsers.clear(); in ForwardCopyPropagateBlock()1218 CopyDbgUsers[Copy].insert(&MI); in BackwardCopyPropagateBlock()1236 const auto &DbgUsers = CopyDbgUsers[Copy]; in BackwardCopyPropagateBlock()1246 CopyDbgUsers.clear(); in BackwardCopyPropagateBlock()1567 CopyDbgUsers.clear(); in EliminateSpillageCopies()