Searched defs:GraphTraits (Results 26 - 29 of 29) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1248 template <> struct GraphTraits<SelectionDAG*> : public GraphTraits<SDNode*> { struct in namespace:llvm
H A DSelectionDAGNodes.h24 #include "llvm/ADT/GraphTraits.h"
2068 template <> struct GraphTraits<SDNode*> { struct
/external/clang/include/clang/Analysis/
H A DCFG.h22 #include "llvm/ADT/GraphTraits.h"
984 // GraphTraits specializations for CFG basic block graphs (source-level CFGs)
1000 template <> struct GraphTraits< ::clang::CFGBlock *> { struct in namespace:clang::llvm
1014 template <> struct GraphTraits< const ::clang::CFGBlock *> { struct in namespace:clang::llvm
1028 template <> struct GraphTraits<Inverse< ::clang::CFGBlock*> > { struct in namespace:clang::llvm
1042 template <> struct GraphTraits<Inverse<const ::clang::CFGBlock*> > { struct in namespace:clang::llvm
1058 template <> struct GraphTraits< ::clang::CFG* > struct in namespace:clang::llvm
1059 : public GraphTraits< ::clang::CFGBlock *> {
1069 template <> struct GraphTraits<const ::clang::CFG* > struct in namespace:clang::llvm
1070 : public GraphTraits<cons
1088 template <> struct GraphTraits<Inverse< ::clang::CFG*> > struct in namespace:clang::llvm
1098 template <> struct GraphTraits<Inverse<const ::clang::CFG*> > struct in namespace:clang::llvm
[all...]
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3240 template<> struct GraphTraits< struct in namespace:llvm
3241 ScheduleDAGMI*> : public GraphTraits<ScheduleDAG*> {};

Completed in 455 milliseconds

12