Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocBase.cpp120 E = MRI->reg_instr_end(); in allocatePhysRegs()
DInlineSpiller.cpp345 RI = MRI.reg_instr_begin(Reg), E = MRI.reg_instr_end(); RI != E; ) { in collectRegsToSpill()
1167 RI = MRI.reg_instr_begin(Reg), E = MRI.reg_instr_end(); in spillAll()
DRegisterCoalescer.cpp1770 I = MRI->reg_instr_begin(SrcReg), E = MRI->reg_instr_end(); in updateRegDefsUses()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h297 static reg_instr_iterator reg_instr_end() { in reg_instr_end() function
303 return make_range(reg_instr_begin(Reg), reg_instr_end()); in reg_instructions()