Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp227 I = MRI.reg_instr_nodbg_begin(LI.reg()), in weightCalcHelper()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp807 I = MRI->reg_instr_nodbg_begin(LI.reg()), in getLIFeatureComponents()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h360 reg_instr_nodbg_iterator reg_instr_nodbg_begin(Register RegNo) const { in reg_instr_nodbg_begin() function
369 return make_range(reg_instr_nodbg_begin(Reg), reg_instr_nodbg_end()); in reg_nodbg_instructions()