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

References

include/llvm/IR/CFGDiff.h
  106     cfg::LegalizeUpdates<NodePtr>(Updates, LegalizedUpdates, InverseGraph);
include/llvm/Support/GenericDomTreeConstruction.h
 1174     cfg::LegalizeUpdates<NodePtr>(Updates, BUI.Updates, IsPostDom);
 1609   cfg::LegalizeUpdates<typename DomTreeT::NodePtr>(Updates, BUI.Updates,
unittests/IR/DominatorTreeBatchUpdatesTest.cpp
   60   cfg::LegalizeUpdates<BasicBlock *>(Updates, Legalized, false);
   83   cfg::LegalizeUpdates<BasicBlock *>(Updates, Legalized, true);