Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:reg_begin

251   /// reg_begin/reg_end - Provide iteration support to walk over all definitions
267 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
271 reg_iterator reg_begin(unsigned RegNo) const {
277 return make_range(reg_begin(Reg), reg_end());
313 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }