Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h560 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6329 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
6335 if (NUses == 0) in hasNUsesOfValue()
6337 --NUses; in hasNUsesOfValue()
6342 return NUses == 0; in hasNUsesOfValue()