Searched defs:BatchUpdateInfo (Results 1 – 2 of 2) sorted by relevance
77 struct BatchUpdateInfo { struct78 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;
81 struct BatchUpdateInfo { struct84 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG()89 bool IsRecalculated = false;90 GraphDiffT &PreViewCFG;91 GraphDiffT *PostViewCFG;92 const size_t NumLegalized;