Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:use_end

427   /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
433 static use_iterator use_end() { return use_iterator(nullptr); }
436 return make_range(use_begin(Reg), use_end());
472 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
478 if (UI == use_end())
480 return ++UI == use_end();