HomeSort by relevance Sort by last modified time
    Searched refs:reg_nodbg_begin (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 113 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
116 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
124 return reg_nodbg_begin(RegNo) == reg_nodbg_end();
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 77 for (reg_nodbg_iterator I = reg_nodbg_begin(Reg), E = reg_nodbg_end(); I != E;
LiveRangeEdit.cpp 170 for (MachineRegisterInfo::reg_nodbg_iterator I = MRI.reg_nodbg_begin(LI->reg),
RegAllocFast.cpp 208 return &MRI->reg_nodbg_begin(MO.getReg()).getOperand() == &MO;
    [all...]
InlineSpiller.cpp 241 RI = MRI.reg_nodbg_begin(SnipLI.reg);
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 378 milliseconds