Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DVirtRegMap.cpp447 for (MachineInstr &It : MRI->reg_nodbg_instructions(Reg)) { in rewrite()
DRegisterCoalescer.cpp2724 for (const MachineInstr &MI : MRI->reg_nodbg_instructions(DstReg)) in isTerminalReg()
2749 for (const MachineInstr &MI : MRI->reg_nodbg_instructions(SrcReg)) { in applyTerminalRule()
DRegAllocGreedy.cpp2276 for (const MachineInstr &Instr : MRI->reg_nodbg_instructions(Reg)) { in collectHintInfo()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h319 reg_nodbg_instructions(unsigned Reg) const { in reg_nodbg_instructions() function