Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h147 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } in use_empty() function
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h156 bool use_empty() const { return UseList == 0; } in use_empty() function
/external/llvm/include/llvm/IR/
DValue.h289 bool use_empty() const { in use_empty() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h298 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