Home | History | Annotate | Download | only in IR

Lines Matching refs:UpdateType

25     const DominatorTree::UpdateType Update) const {
52 const DominatorTree::UpdateType Update) const {
64 const DominatorTree::UpdateType Update = {Kind, From, To};
65 const DominatorTree::UpdateType Invert = {Kind != DominatorTree::Insert
102 DT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
124 PDT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
270 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates,
276 SmallVector<DominatorTree::UpdateType, 8> Seen;
282 [U](const DominatorTree::UpdateType S) { return S == U; }) &&
455 [&](ArrayRef<DominatorTree::UpdateType>::const_iterator begin,
456 ArrayRef<DominatorTree::UpdateType>::const_iterator end) {