Searched refs:DefaultDOTGraphTraits (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h23 /// DefaultDOTGraphTraits - This class provides the default implementations of
28 struct DefaultDOTGraphTraits { struct in namespace:llvm
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} function in struct:llvm::DefaultDOTGraphTraits
157 /// from DefaultDOTGraphTraits if you don't need to override everything.
160 struct DOTGraphTraits : public DefaultDOTGraphTraits {
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtViz.cpp31 struct DOTGraphTraits<const Stmt*> : public DefaultDOTGraphTraits {
32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits {
26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
H A DDomPrinter.cpp29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits {
32 : DefaultDOTGraphTraits(isSimple) {}
H A DRegionPrinter.cpp39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits {
42 : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp26 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {
28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
H A DMachineFunction.cpp554 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits {
555 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
H A DMachineScheduler.cpp3683 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits {
3684 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h54 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
56 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
H A DBlockFrequencyInfoImpl.h1367 struct BFIDOTGraphTraitsBase : public DefaultDOTGraphTraits {
1376 : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp31 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits {
34 DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp263 struct DOTGraphTraits<const CallGraph*> : public DefaultDOTGraphTraits {
264 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
H A DCFG.cpp6015 struct DOTGraphTraits<const CFG*> : public DefaultDOTGraphTraits {
6016 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp486 struct DOTGraphTraits<ModuleManager> : public DefaultDOTGraphTraits {
488 : DefaultDOTGraphTraits(IsSimple) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp193 struct DOTGraphTraits<MachineGadgetGraph *> : DefaultDOTGraphTraits {
201 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1775 template <> struct DOTGraphTraits<PGOUseFunc *> : DefaultDOTGraphTraits {
1777 : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3033 struct DOTGraphTraits<ExplodedGraph*> : public DefaultDOTGraphTraits {
3034 DOTGraphTraits (bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2293 template <> struct DOTGraphTraits<BoUpSLP *> : public DefaultDOTGraphTraits {
2296 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}

Completed in 270 milliseconds