reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 template class llvm::cfg::Update<BasicBlock *>;
66 using CFGUpdate = cfg::Update<BasicBlock *>;
include/llvm/IR/CFGDiff.h104 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.h63 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