Home
last modified time | relevance | path

Searched defs:NodeSet (Results 1 – 12 of 12) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSet.java59 public class NodeSet class
66 public NodeSet() in NodeSet() method in NodeSet
77 public NodeSet(int blocksize) in NodeSet() method in NodeSet
89 public NodeSet(NodeList nodelist) in NodeSet() method in NodeSet
103 public NodeSet(NodeSet nodelist) in NodeSet() method in NodeSet
117 public NodeSet(NodeIterator ni) in NodeSet() method in NodeSet
130 public NodeSet(Node node) in NodeSet() method in NodeSet
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc44 typedef std::unordered_set<int32> NodeSet; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h495 using NodeSet = std::set<NodeId>; variable
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h559 typedef std::set<NodeId> NodeSet; typedef
/external/v8/src/compiler/
Dnode.h308 typedef ZoneSet<Node*> NodeSet; typedef
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h474 typedef std::set<NodeId> NodeSet; typedef
DHexagonCommonGEP.cpp53 typedef std::set<GepNode*> NodeSet; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h514 using NodeSet = std::set<NodeId>; variable
DHexagonCommonGEP.cpp70 using NodeSet = std::set<GepNode *>; typedef
DHexagonISelDAGToDAGHVX.cpp130 using NodeSet = std::set<Node>; typedef
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp420 class NodeSet { class
432 NodeSet() : Nodes(), HasRecurrence(false) {} in NodeSet() function in __anond1144dfc0111::NodeSet
434 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) {} in NodeSet() function in __anond1144dfc0111::NodeSet
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp459 class NodeSet { class
473 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) { in NodeSet() function in __anon2a7f91540111::NodeSet