Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DProcessImplicitDefs.cpp83 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) { in processImplicitDef()
DMachineSink.cpp175 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) { in AllUsesDominatedByBlock()
188 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) { in AllUsesDominatedByBlock()
DPeepholeOptimizer.cpp305 for (MachineOperand &UseMO : MRI->use_nodbg_operands(SrcReg)) { in INITIALIZE_PASS_DEPENDENCY()
DLiveDebugVariables.cpp575 for (MachineOperand &MO : MRI.use_nodbg_operands(LI->reg)) { in addDefsFromCopies()
DSplitKit.cpp135 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg)) in analyzeUses()
DRegisterCoalescer.cpp624 for (MachineOperand &MO : MRI->use_nodbg_operands(IntA.reg)) { in removeCopyByCommutingDef()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h456 use_nodbg_operands(unsigned Reg) const { in use_nodbg_operands() function