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

Definitions

include/llvm/ADT/GraphTraits.h
  103 template <class T> struct GraphTraits<Inverse<Inverse<T>>> : GraphTraits<T> {};
include/llvm/CodeGen/MachineBasicBlock.h
  870 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.h
  298 template <> struct GraphTraits<BasicBlock*> {
  307 template <> struct GraphTraits<const BasicBlock*> {
  322 template <> struct GraphTraits<Inverse<BasicBlock*>> {
include/llvm/IR/Dominators.h
  208 struct GraphTraits<DomTreeNode *>
lib/Transforms/Vectorize/VPlan.h
 1339 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 *>> {