Searched defs:BatchUpdateInfo (Results 1 – 1 of 1) 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;