Searched defs:use_empty (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h341 bool use_empty() const { function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h496 bool use_empty(Register RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h720 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
1186 inline bool SDValue::use_empty() const { function in class:llvm::SDValue

Completed in 73 milliseconds