Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DProcessImplicitDefs.cpp84 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) { in processImplicitDef()
DMachineSink.cpp223 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) { in AllUsesDominatedByBlock()
236 for (MachineOperand &MO : MRI->use_nodbg_operands(Reg)) { in AllUsesDominatedByBlock()
DLiveDebugVariables.cpp595 for (MachineOperand &MO : MRI.use_nodbg_operands(LI->reg)) { in addDefsFromCopies()
DPeepholeOptimizer.cpp455 for (MachineOperand &UseMO : MRI->use_nodbg_operands(SrcReg)) { in INITIALIZE_PASS_DEPENDENCY()
DSplitKit.cpp130 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg)) in analyzeUses()
DLiveIntervalAnalysis.cpp1212 for (MachineOperand &MO : MRI.use_nodbg_operands(Reg)) { in findLastUseBefore()
DTwoAddressInstructionPass.cpp236 for (MachineOperand &UseMO : MRI->use_nodbg_operands(SavedReg)) { in sink3AddrInstruction()
DRegisterCoalescer.cpp692 for (MachineOperand &MO : MRI->use_nodbg_operands(IntA.reg)) { in removeCopyByCommutingDef()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h455 use_nodbg_operands(unsigned Reg) const { in use_nodbg_operands() function