Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h578 return N->hasPredecessor(this);
585 bool hasPredecessor(const SDNode *N) const;
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6424 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
H A DDAGCombiner.cpp10654 !N->getOperand(1)->hasPredecessor(InVec.getNode())) { in visitEXTRACT_VECTOR_ELT()