Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h55 struct SemiNCAInfo { struct
56 using NodePtr = typename DomTreeT::NodePtr;
57 using NodeT = typename DomTreeT::NodeType;
58 using TreeNodePtr = DomTreeNodeBase<NodeT> *;
59 using RootsT = decltype(DomTreeT::Roots);
60 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>;
64 struct InfoRec {
98 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo() function
100 void clear() { in clear()
[all …]