Home
last modified time | relevance | path

Searched refs:NUses (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp6641 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
6647 if (NUses == 0) in hasNUsesOfValue()
6649 --NUses; in hasNUsesOfValue()
6654 return NUses == 0; in hasNUsesOfValue()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h528 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;