Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.cpp93 for (auto &Use : MRI->reg_nodbg_instructions(VirtReg)) in getRegAllocationHints()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineRegisterInfo.h354 reg_nodbg_instructions(unsigned Reg) const { in reg_nodbg_instructions() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocFast.cpp284 for (const MachineInstr &UseInst : MRI->reg_nodbg_instructions(VirtReg)) { in mayLiveOut()
HDRegisterCoalescer.cpp3694 for (const MachineInstr &MI : MRI->reg_nodbg_instructions(DstReg)) in isTerminalReg()
3719 for (const MachineInstr &MI : MRI->reg_nodbg_instructions(SrcReg)) { in applyTerminalRule()
HDRegAllocGreedy.cpp2873 for (const MachineInstr &Instr : MRI->reg_nodbg_instructions(Reg)) { in collectHintInfo()