Home
last modified time | relevance | path

Searched refs:ChildMapT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h196 using ChildMapT = llvm::MapVector<Qualifier *, std::unique_ptr<MatcherNode>>; member
197 ChildMapT &getChildren() { return children; } in getChildren()
208 ChildMapT children;
H A DPredicateTree.cpp848 SwitchNode::ChildMapT &children = switchNode->getChildren(); in foldSwitchToBool()