Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h806 return N->hasPredecessor(this);
813 bool hasPredecessor(const SDNode *N) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1353 ST->hasPredecessor(Op.getNode())) in ExpandExtractFromVectorThroughStack()
H A DSelectionDAG.cpp9790 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
H A DDAGCombiner.cpp18720 !Index->hasPredecessor(VecOp.getNode())) { in visitEXTRACT_VECTOR_ELT()