Searched refs:PendUpdates (Results 1 – 2 of 2) sorted by relevance
64 const auto I = PendUpdates.begin() + PendDTUpdateIndex; in applyDomTreeUpdates()65 const auto E = PendUpdates.end(); in applyDomTreeUpdates()68 PendDTUpdateIndex = PendUpdates.size(); in applyDomTreeUpdates()85 const auto I = PendUpdates.begin() + PendPDTUpdateIndex; in applyPostDomTreeUpdates()86 const auto E = PendUpdates.end(); in applyPostDomTreeUpdates()90 PendPDTUpdateIndex = PendUpdates.size(); in applyPostDomTreeUpdates()146 PendDTUpdateIndex = PendPDTUpdateIndex = PendUpdates.size(); in recalculate()157 return PendUpdates.size() != PendDTUpdateIndex; in hasPendingDomTreeUpdates()163 return PendUpdates.size() != PendPDTUpdateIndex; in hasPendingPostDomTreeUpdates()235 PendUpdates.reserve(PendUpdates.size() + Updates.size()); in applyUpdates()[all …]
262 SmallVector<DominatorTree::UpdateType, 16> PendUpdates; variable