Home
last modified time | relevance | path

Searched refs:OtherChildren (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DGenericDomTree.h111 SmallPtrSet<const NodeT *, 4> OtherChildren; in compare() local
114 OtherChildren.insert(Nd); in compare()
119 if (OtherChildren.count(N) == 0) in compare()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h103 SmallPtrSet<const NodeT *, 4> OtherChildren;
106 OtherChildren.insert(Nd);
111 if (OtherChildren.count(N) == 0)
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTree.h109 SmallPtrSet<const NodeT *, 4> OtherChildren;
112 OtherChildren.insert(Nd);
117 if (OtherChildren.count(N) == 0)