Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAGNodes.h524 return N->hasPredecessor(this);
531 bool hasPredecessor(const SDNode *N) const;
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp6222 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode