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

References

include/llvm/Support/GenericDomTreeConstruction.h
 1173     LLVM_DEBUG(dbgs() << "Legalizing " << BUI.Updates.size() << " updates\n");
 1174     cfg::LegalizeUpdates<NodePtr>(Updates, BUI.Updates, IsPostDom);
 1176     const size_t NumLegalized = BUI.Updates.size();
 1183     for (UpdateT &U : BUI.Updates) {
 1224     assert(!BUI.Updates.empty() && "No updates to apply!");
 1225     UpdateT CurrentUpdate = BUI.Updates.pop_back_val();
 1608   LLVM_DEBUG(dbgs() << "Legalizing " << BUI.Updates.size() << " updates\n");
 1609   cfg::LegalizeUpdates<typename DomTreeT::NodePtr>(Updates, BUI.Updates,
 1611   const size_t NumLegalized = BUI.Updates.size();
 1614   for (auto &U : BUI.Updates) {