Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h261 bool use_empty() const { return firstUse == nullptr; } in use_empty() function
H A DValueRange.h272 bool use_empty() const { in use_empty() function
H A DValue.h218 bool use_empty() const { return impl->use_empty(); } in use_empty() function
H A DOperation.h848 bool use_empty() { return getResults().use_empty(); } use_empty() function
/llvm-project/llvm/include/llvm/IR/
H A DValue.h344 bool use_empty() const { in use_empty() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h520 /// use_empty - Return true if there are no instructions using the specified in use_empty() function