reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
103 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
include/llvm/CodeGen/MachineBasicBlock.h870 template <> struct GraphTraits<MachineBasicBlock *> { 879 template <> struct GraphTraits<const MachineBasicBlock *> { 894 template <> struct GraphTraits<Inverse<MachineBasicBlock*>> {include/llvm/CodeGen/MachineDominators.h
271 struct GraphTraits<MachineDomTreeNode *>
include/llvm/IR/CFG.h298 template <> struct GraphTraits<BasicBlock*> { 307 template <> struct GraphTraits<const BasicBlock*> { 322 template <> struct GraphTraits<Inverse<BasicBlock*>> {include/llvm/IR/CFGDiff.h
267 struct GraphTraits< 275 struct GraphTraits< 279 struct GraphTraits<include/llvm/IR/Dominators.h
208 struct GraphTraits<DomTreeNode *>
lib/Transforms/Vectorize/VPlan.h1339 template <> struct GraphTraits<VPBlockBase *> { 1354 template <> struct GraphTraits<const VPBlockBase *> { 1371 template <> struct GraphTraits<Inverse<VPBlockBase *>> {tools/clang/include/clang/Analysis/CFG.h
1470 template <> struct GraphTraits< ::clang::CFGBlock *> { 1494 template <> struct GraphTraits<Inverse< ::clang::CFGBlock *>> {