reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/GenericDomTreeConstruction.h
 1224     assert(!BUI.Updates.empty() && "No updates to apply!");
 1225     UpdateT CurrentUpdate = BUI.Updates.pop_back_val();
 1237     auto &FS = BUI.FutureSuccessors[CurrentUpdate.getFrom()];
 1241     if (FS.empty()) BUI.FutureSuccessors.erase(CurrentUpdate.getFrom());
 1243     auto &FP = BUI.FuturePredecessors[CurrentUpdate.getTo()];
 1247     if (FP.empty()) BUI.FuturePredecessors.erase(CurrentUpdate.getTo());
 1250       InsertEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo());
 1252       DeleteEdge(DT, &BUI, CurrentUpdate.getFrom(), CurrentUpdate.getTo());