Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h544 return N->hasPredecessor(this);
551 bool hasPredecessor(const SDNode *N) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6529 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
DDAGCombiner.cpp11076 !N->getOperand(1)->hasPredecessor(InVec.getNode())) { in visitEXTRACT_VECTOR_ELT()