Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h214 bool use_empty() const { return firstUse == nullptr; } in use_empty() function
H A DValueRange.h260 bool use_empty() const { in use_empty() function
H A DValue.h203 bool use_empty() const { return impl->use_empty(); } in use_empty() function
H A DOperation.h629 bool use_empty() { return getResults().use_empty(); } in use_empty() function
H A DOpDefinition.h111 bool use_empty() { return state->use_empty(); } in use_empty() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h344 bool use_empty() const { in use_empty() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h514 bool use_empty(Register RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function