Searched refs:DbgMO (Results 1 – 1 of 1) sorted by relevance
1417 for (auto &DbgMO : DbgMI.getDebugOperandsForReg(Reg)) in attemptDebugCopyProp() local1418 if (DbgMO.getSubReg() != SrcMO->getSubReg() || in attemptDebugCopyProp()1419 DbgMO.getSubReg() != DstMO->getSubReg()) in attemptDebugCopyProp()1428 for (auto &DbgMO : DbgMI.getDebugOperandsForReg(Reg)) { in attemptDebugCopyProp() local1429 DbgMO.setReg(SrcMO->getReg()); in attemptDebugCopyProp()1430 DbgMO.setSubReg(SrcMO->getSubReg()); in attemptDebugCopyProp()