Home
last modified time | relevance | path

Searched defs:use_end (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h250 use_iterator use_end() const { return use_iterator(nullptr); } in use_end() function
H A DValue.h209 use_iterator use_end() const { return use_iterator(); } in use_end() function
H A DOperation.h839 use_iterator use_end() { return getResults().use_end(); } use_end() function
/llvm-project/llvm/include/llvm/IR/
H A DValue.h368 use_iterator use_end() { return use_iterator(); } in use_end() function
369 const_use_iterator use_end() const { return const_use_iterator(); } in use_end() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h481 static use_iterator use_end() { return use_iterator(nullptr); } use_end() function
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp590 ResultRange::use_iterator ResultRange::use_end() const { use_end() function in ResultRange