Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBase.cpp120 E = MRI->reg_instr_end(); in allocatePhysRegs()
H A 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()
H A DRegisterCoalescer.cpp1738 I = MRI->reg_instr_begin(SrcReg), E = MRI->reg_instr_end(); in updateRegDefsUses()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A 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()