Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h819 return N->hasPredecessor(this);
826 bool hasPredecessor(const SDNode *N) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1388 ST->hasPredecessor(Op.getNode())) in ExpandExtractFromVectorThroughStack()
H A DSelectionDAG.cpp10965 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
H A DDAGCombiner.cpp19974 !Index->hasPredecessor(VecOp.getNode())) { in visitEXTRACT_VECTOR_ELT()