Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h106 struct ChildrenGetter { struct
107 using ResultTy = SmallVector<NodePtr, 8>;
109 static ResultTy Get(NodePtr N, std::integral_constant<bool, false>) { in Get()
114 static ResultTy Get(NodePtr N, std::integral_constant<bool, true>) { in Get()
119 using Tag = std::integral_constant<bool, Inverse>;
125 static ResultTy Get(NodePtr N, BatchUpdatePtr BUI) { in Get()