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

Declarations

lib/IR/Dominators.cpp
   69 template class llvm::cfg::Update<BasicBlock *>;

References

include/llvm/Analysis/MemorySSAUpdater.h
   66 using CFGUpdate = cfg::Update<BasicBlock *>;
include/llvm/IR/CFGDiff.h
  104   GraphDiff(ArrayRef<cfg::Update<NodePtr>> Updates) {
  105     SmallVector<cfg::Update<NodePtr>, 4> LegalizedUpdates;
include/llvm/IR/Dominators.h
   45 using BBUpdates = ArrayRef<llvm::cfg::Update<BasicBlock *>>;
include/llvm/Support/CFGUpdate.h
   63 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates,
   64                      SmallVectorImpl<Update<NodePtr>> &Result,
include/llvm/Support/GenericDomTree.h
  231   using UpdateType = cfg::Update<NodePtr>;
usr/include/c++/7.4.0/bits/ptr_traits.h
  141       pointer_to(__make_not_void<element_type>& __r) noexcept