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 150 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
153 reg_nodbg_iterator reg_nodbg_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
161 return reg_nodbg_begin(RegNo) == reg_nodbg_end();
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 76 for (reg_nodbg_iterator I = reg_nodbg_begin(Reg), E = reg_nodbg_end(); I != E;
LiveRangeEdit.cpp 154 for (MachineRegisterInfo::reg_nodbg_iterator I = MRI.reg_nodbg_begin(LI->reg),
InlineSpiller.cpp 241 RI = MRI.reg_nodbg_begin(SnipLI.reg);
    [all...]
RegAllocFast.cpp 217 return &MRI->reg_nodbg_begin(MO.getReg()).getOperand() == &MO;
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 59 milliseconds