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

/external/testng/src/main/java/org/testng/internal/
H A DGraph.java334 public boolean hasPredecessor(T m) { method in class:Graph.Node
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h620 /// NOTE: Implemented on top of hasPredecessor and every bit as
623 return N->hasPredecessor(this);
630 bool hasPredecessor(const SDNode *N) const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h502 /// NOTE: Implemented on top of hasPredecessor and every bit as
504 bool isPredecessorOf(const SDNode *N) const { return N->hasPredecessor(this); }
506 /// hasPredecessor - Return true if N is a predecessor of this node.
510 bool hasPredecessor(const SDNode *N) const;
518 /// hasPredecessor. Be sure to clear Visited and Worklist if the DAG
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6866 bool SDNode::hasPredecessor(const SDNode *N) const { function in class:SDNode
H A DDAGCombiner.cpp12461 !N->getOperand(1)->hasPredecessor(InVec.getNode())) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5807 /// hasPredecessor - Return true if N is a predecessor of this node.
5811 bool SDNode::hasPredecessor(const SDNode *N) const { function in class:SDNode

Completed in 460 milliseconds