Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:use_end

429   /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
435 static use_iterator use_end() { return use_iterator(nullptr); }
438 return make_range(use_begin(Reg), use_end());
474 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
480 if (UI == use_end())
482 return ++UI == use_end();