Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1417 for (auto &DbgMO : DbgMI.getDebugOperandsForReg(Reg)) in attemptDebugCopyProp() local
1418 if (DbgMO.getSubReg() != SrcMO->getSubReg() || in attemptDebugCopyProp()
1419 DbgMO.getSubReg() != DstMO->getSubReg()) in attemptDebugCopyProp()
1428 for (auto &DbgMO : DbgMI.getDebugOperandsForReg(Reg)) { in attemptDebugCopyProp() local
1429 DbgMO.setReg(SrcMO->getReg()); in attemptDebugCopyProp()
1430 DbgMO.setSubReg(SrcMO->getSubReg()); in attemptDebugCopyProp()