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

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h233 /// use_empty - Return true if there are no instructions using the specified
235 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
H A DSelectionDAGNodes.h165 /// use_empty - Return true if there are no nodes using value ResNo
168 inline bool use_empty() const;
400 /// use_empty - Return true if there are no uses of this node.
402 bool use_empty() const { return UseList == NULL; } function in class:llvm::SDNode
407 return !use_empty() && llvm::next(use_begin()) == use_end();
865 inline bool SDValue::use_empty() const { function in class:llvm::SDValue
/external/llvm/include/llvm/IR/
H A DValue.h146 bool use_empty() const { return UseList == 0; } function in class:llvm::Value

Completed in 122 milliseconds