Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/
DGraph.java334 public boolean hasPredecessor(T m) { in hasPredecessor() method in Graph.Node
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h504 bool isPredecessorOf(const SDNode *N) const { return N->hasPredecessor(this); }
510 bool hasPredecessor(const SDNode *N) const;
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h623 return N->hasPredecessor(this);
630 bool hasPredecessor(const SDNode *N) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5811 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6866 bool SDNode::hasPredecessor(const SDNode *N) const { in hasPredecessor() function in SDNode
DDAGCombiner.cpp12461 !N->getOperand(1)->hasPredecessor(InVec.getNode())) { in visitEXTRACT_VECTOR_ELT()