Searched refs:PendUpdates (Results 1 – 2 of 2) sorted by relevance
65 const auto E = PendUpdates.end(); in applyDomTreeUpdates()86 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()422 const auto B = PendUpdates.begin(); in dropOutOfDateUpdates()425 PendUpdates.erase(B, E); in dropOutOfDateUpdates()490 assert(PendUpdates.begin() <= I && I <= PendUpdates.end() && in dump()495 printUpdates(I, PendUpdates.end()); in dump()500 assert(PendUpdates.begin() <= I && I <= PendUpdates.end() && in dump()[all …]
262 SmallVector<DominatorTree::UpdateType, 16> PendUpdates; variable