HomeSort by: relevance | last modified time | path
    Searched defs:use_empty (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 357 bool use_empty() const { function
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 504 /// use_empty - Return true if there are no instructions using the specified
506 bool use_empty(Register RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
SelectionDAGNodes.h 226 inline bool use_empty() const;
689 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
1153 inline bool SDValue::use_empty() const { function in class:llvm::SDValue

Completed in 27 milliseconds