Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h587 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6795 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
6801 if (NUses == 0) in hasNUsesOfValue()
6803 --NUses; in hasNUsesOfValue()
6808 return NUses == 0; in hasNUsesOfValue()