Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h845 return N->hasPredecessor(this);
852 bool hasPredecessor(const SDNode *N) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1415 ST->hasPredecessor(Op.getNode())) in ExpandExtractFromVectorThroughStack()
H A DSelectionDAG.cpp11922 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
H A DDAGCombiner.cpp22425 !Index->hasPredecessor(VecOp.getNode())) { in visitEXTRACT_VECTOR_ELT()