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

References

include/llvm/IR/CFGDiff.h
  104   GraphDiff(ArrayRef<cfg::Update<NodePtr>> Updates) {
  105     SmallVector<cfg::Update<NodePtr>, 4> LegalizedUpdates;
include/llvm/Support/CFGUpdate.h
   40   bool operator==(const Update &RHS) const {
   63 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates,
   64                      SmallVectorImpl<Update<NodePtr>> &Result,
include/llvm/Support/GenericDomTree.h
  231   using UpdateType = cfg::Update<NodePtr>;