Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DUseDefLists.h75 bool use_empty() const { return firstUse == nullptr; } in use_empty() function
DOperation.h581 bool use_empty() { in use_empty() function
DOpDefinition.h203 bool use_empty() { return state->use_empty(); } in use_empty() function
/external/llvm-project/mlir/lib/IR/
DValue.cpp166 bool Value::use_empty() const { return getUseList()->use_empty(); } in use_empty() function in Value
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h298 bool use_empty() const { in use_empty() function
/external/llvm/include/llvm/IR/
DValue.h289 bool use_empty() const { in use_empty() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h343 bool use_empty() const { in use_empty() function
/external/llvm-project/llvm/include/llvm/IR/
DValue.h343 bool use_empty() const { in use_empty() function
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h448 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h496 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h509 bool use_empty(Register RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function