Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h863 return N->hasPredecessor(this);
870 bool hasPredecessor(const SDNode *N) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1410 ST->hasPredecessor(Op.getNode())) in ExpandExtractFromVectorThroughStack()
H A DSelectionDAG.cpp12252 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
H A DDAGCombiner.cpp22786 !Index->hasPredecessor(VecOp.getNode())) { in visitEXTRACT_VECTOR_ELT()