Searched refs:PendUpdates (Results 1 – 2 of 2) sorted by relevance
66 const auto E = PendUpdates.end(); in applyDomTreeUpdates()87 const auto E = PendUpdates.end(); in applyPostDomTreeUpdates()236 PendUpdates.reserve(PendUpdates.size() + Updates.size()); in applyUpdates()239 PendUpdates.push_back(U); in applyUpdates()288 PendUpdates.push_back(U); in applyUpdatesPermissive()331 const auto B = PendUpdates.begin(); in dropOutOfDateUpdates()334 PendUpdates.erase(B, E); in dropOutOfDateUpdates()399 assert(PendUpdates.begin() <= I && I <= PendUpdates.end() && in dump()404 printUpdates(I, PendUpdates.end()); in dump()409 assert(PendUpdates.begin() <= I && I <= PendUpdates.end() && in dump()[all …]
219 SmallVector<DominatorTree::UpdateType, 16> PendUpdates; variable