HomeSort by relevance Sort by last modified time
    Searched defs:use_empty (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/
Value.h 143 bool use_empty() const { return UseList == 0; } function in class:llvm::Value
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 220 /// use_empty - Return true if there are no instructions using the specified
222 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
SelectionDAGNodes.h 160 /// use_empty - Return true if there are no nodes using value ResNo
163 inline bool use_empty() const;
394 /// use_empty - Return true if there are no uses of this node.
396 bool use_empty() const { return UseList == NULL; } function in class:llvm::SDNode
401 return !use_empty() && llvm::next(use_begin()) == use_end();
801 inline bool SDValue::use_empty() const { function in class:llvm::SDNode::SDValue
    [all...]

Completed in 69 milliseconds