HomeSort by relevance Sort by last modified time
    Searched defs:reg_begin (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 132 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
138 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
141 reg_iterator reg_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
148 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }
ScheduleDAGInstrs.h 127 const_iterator reg_begin() const { return PhysRegSet.begin(); } function in class:llvm::Reg2SUnitsMap

Completed in 168 milliseconds