Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h77 struct BatchUpdateInfo { struct
78 SmallVector<UpdateT, 4> Updates;
79 using NodePtrAndKind = PointerIntPair<NodePtr, 1, UpdateKind>;
88 DenseMap<NodePtr, SmallVector<NodePtrAndKind, 4>> FutureSuccessors;
89 DenseMap<NodePtr, SmallVector<NodePtrAndKind, 4>> FuturePredecessors;
92 bool IsRecalculated = false;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h81 struct BatchUpdateInfo { struct
84 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG()
89 bool IsRecalculated = false;
90 GraphDiffT &PreViewCFG;
91 GraphDiffT *PostViewCFG;
92 const size_t NumLegalized;