Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp88 for (auto &Use : MRI->reg_nodbg_instructions(VirtReg)) in getRegAllocationHints()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h354 reg_nodbg_instructions(Register Reg) const { in reg_nodbg_instructions() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3818 for (const MachineInstr &MI : MRI->reg_nodbg_instructions(DstReg)) in isTerminalReg()
3844 for (const MachineInstr &MI : MRI->reg_nodbg_instructions(SrcReg)) { in applyTerminalRule()
H A DRegAllocGreedy.cpp2875 for (const MachineInstr &Instr : MRI->reg_nodbg_instructions(Reg)) { in collectHintInfo()