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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 135 const_iterator reg_end() const { return PhysRegSet.end(); } 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
173 static reg_iterator reg_end() { return reg_iterator(0); } function in class:llvm::MachineRegisterInfo
177 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }
508 /// atEnd - return true if this iterator is equal to reg_end() on the value.

Completed in 196 milliseconds