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/
ScheduleDAGInstrs.h 134 const_iterator reg_begin() const { return PhysRegSet.begin(); } function in class:llvm::Reg2SUnitsMap
MachineRegisterInfo.h 158 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
167 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
170 reg_iterator reg_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
177 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }

Completed in 568 milliseconds