Searched defs:reg_end (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineRegisterInfo.h95 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
101 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
107 static reg_iterator reg_end() { return reg_iterator(0); } function in class:llvm::MachineRegisterInfo
111 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }
376 /// atEnd - return true if this iterator is equal to reg_end() on the value.
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h225 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
243 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
250 static reg_iterator reg_end() { return reg_iterator(nullptr); } function in class:llvm::MachineRegisterInfo
253 return make_range(reg_begin(Reg), reg_end());
289 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }
881 /// atEnd - return true if this iterator is equal to reg_end() on the value.
983 /// atEnd - return true if this iterator is equal to reg_end() on the value.

Completed in 129 milliseconds