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()235 PendUpdates.reserve(PendUpdates.size() + Updates.size()); in applyUpdates()238 PendUpdates.push_back(U); in applyUpdates()287 PendUpdates.push_back(U); in applyUpdatesPermissive()330 const auto B = PendUpdates.begin(); in dropOutOfDateUpdates()333 PendUpdates.erase(B, E); in dropOutOfDateUpdates()398 assert(PendUpdates.begin() <= I && I <= PendUpdates.end() && in dump()403 printUpdates(I, PendUpdates.end()); in dump()408 assert(PendUpdates.begin() <= I && I <= PendUpdates.end() && in dump()[all …]
219 SmallVector<DominatorTree::UpdateType, 16> PendUpdates; variable