Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h51 struct SemiNCAInfo { struct
52 using NodePtr = typename DomTreeT::NodePtr;
53 using NodeT = typename DomTreeT::NodeType;
54 using TreeNodePtr = DomTreeNodeBase<NodeT> *;
55 using RootsT = decltype(DomTreeT::Roots);
56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
59 struct InfoRec {
70 std::vector<NodePtr> NumToNode = {nullptr};
71 DenseMap<NodePtr, InfoRec> NodeToInfo;
96 SemiNCAInfo(BatchUpdatePtr BUI) : BatchUpdates(BUI) {} in SemiNCAInfo() argument
[all …]