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

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h431 /// use_empty - Return true if there are no instructions using the specified
433 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h197 /// use_empty - Return true if there are no nodes using value ResNo
200 inline bool use_empty() const;
432 /// use_empty - Return true if there are no uses of this node.
434 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
439 return !use_empty() && std::next(use_begin()) == use_end();
907 inline bool SDValue::use_empty() const { function in class:llvm::SDValue
/external/llvm/include/llvm/IR/
H A DValue.h243 bool use_empty() const { return UseList == nullptr; } function in class:llvm::Value

Completed in 102 milliseconds