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

  /external/llvm/include/llvm/IR/
Value.h 259 bool use_empty() const { return UseList == nullptr; } function in class:llvm::Value
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 451 /// use_empty - Return true if there are no instructions using the specified
453 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
    [all...]
SelectionDAGNodes.h 184 inline bool use_empty() const;
427 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
431 return !use_empty() && std::next(use_begin()) == use_end();
895 inline bool SDValue::use_empty() const { function in class:llvm::SDValue
    [all...]

Completed in 85 milliseconds