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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineRegisterInfo.h145 /// use_empty - Return true if there are no instructions using the specified
147 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h155 /// use_empty - Return true if there are no nodes using value ResNo
158 inline bool use_empty() const;
389 /// use_empty - Return true if there are no uses of this node.
391 bool use_empty() const { return UseList == NULL; } function in class:llvm::SDNode
396 return !use_empty() && llvm::next(use_begin()) == use_end();
796 inline bool SDValue::use_empty() const { function in class:llvm::SDNode::SDValue
/external/swiftshader/third_party/LLVM/include/llvm/
H A DValue.h156 bool use_empty() const { return UseList == 0; } function in class:llvm::Value
/external/llvm/include/llvm/IR/
H A DValue.h289 bool use_empty() const { function
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h446 /// use_empty - Return true if there are no instructions using the specified
448 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h185 inline bool use_empty() const;
506 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
510 return !use_empty() && std::next(use_begin()) == use_end();
898 inline bool SDValue::use_empty() const { function in class:llvm::SDValue

Completed in 174 milliseconds