OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOTGraphTraits
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp
29
struct
DOTGraphTraits
<DomTreeNode*> : public DefaultDOTGraphTraits {
31
DOTGraphTraits
(bool isSimple=false)
43
return
DOTGraphTraits
<DOTFuncInfo *>
46
return
DOTGraphTraits
<DOTFuncInfo *>
52
struct
DOTGraphTraits
<DominatorTree*> : public
DOTGraphTraits
<DomTreeNode*> {
54
DOTGraphTraits
(bool isSimple=false)
55
:
DOTGraphTraits
<DomTreeNode*>(isSimple) {}
62
return
DOTGraphTraits
<DomTreeNode*>::getNodeLabel(Node, G->getRootNode());
67
struct
DOTGraphTraits
<PostDominatorTree*
[
all
...]
RegionPrinter.cpp
39
struct
DOTGraphTraits
<RegionNode*> : public DefaultDOTGraphTraits {
41
DOTGraphTraits
(bool isSimple=false)
50
return
DOTGraphTraits
<DOTFuncInfo *>
53
return
DOTGraphTraits
<DOTFuncInfo *>
62
struct
DOTGraphTraits
<RegionInfo *> : public
DOTGraphTraits
<RegionNode *> {
64
DOTGraphTraits
(bool isSimple = false)
65
:
DOTGraphTraits
<RegionNode*>(isSimple) {}
70
return
DOTGraphTraits
<RegionNode *>::getNodeLabel(
235
std::string GraphName =
DOTGraphTraits
<RegionInfo *>::getGraphName(RI)
[
all
...]
CallPrinter.cpp
137
struct
DOTGraphTraits
<CallGraphDOTInfo *> : public DefaultDOTGraphTraits {
139
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
241
DOTGraphTraits
<CallGraphDOTInfo *>::getGraphName(&CFGInfo);
BlockFrequencyInfo.cpp
129
struct
DOTGraphTraits
<BlockFrequencyInfo *> : public BFIDOTGTraitsBase {
130
explicit
DOTGraphTraits
(bool isSimple = false)
CFGPrinter.cpp
273
void
DOTGraphTraits
<DOTFuncInfo *>::computeHiddenNodes(const Function *F) {
292
bool
DOTGraphTraits
<DOTFuncInfo *>::isNodeHidden(const BasicBlock *Node,
MemorySSA.cpp
2267
struct
DOTGraphTraits
<DOTFuncMSSAInfo *> : public DefaultDOTGraphTraits {
2269
DOTGraphTraits
(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {}
2277
return
DOTGraphTraits
<DOTFuncInfo *>::getCompleteNodeLabel(
2288
DOTGraphTraits
<DOTFuncInfo *>::eraseComment(S, I, Idx);
2294
return
DOTGraphTraits
<DOTFuncInfo *>::getEdgeSourceLabel(Node, I);
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtViz.cpp
31
struct
DOTGraphTraits
<const Stmt*> : public DefaultDOTGraphTraits {
32
DOTGraphTraits
(bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DDGPrinter.h
20
#include "llvm/Support/
DOTGraphTraits
.h"
34
// Specialization of
DOTGraphTraits
.
37
struct
DOTGraphTraits
<const DataDependenceGraph *>
40
DOTGraphTraits
(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {}
87
using DDGDotGraphTraits =
DOTGraphTraits
<const DataDependenceGraph *>;
DOTGraphTraitsPass.h
53
std::string GraphName =
DOTGraphTraits
<GraphT>::getGraphName(Graph);
101
std::string GraphName =
DOTGraphTraits
<GraphT>::getGraphName(Graph);
132
std::string Title =
DOTGraphTraits
<GraphT>::getGraphName(Graph);
164
std::string Title =
DOTGraphTraits
<GraphT>::getGraphName(Graph);
CFGPrinter.h
123
struct
DOTGraphTraits
<DOTFuncInfo *> : public DefaultDOTGraphTraits {
128
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp
26
struct
DOTGraphTraits
<ScheduleDAG*> : public DefaultDOTGraphTraits {
28
DOTGraphTraits
(bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {}
76
std::string
DOTGraphTraits
<ScheduleDAG*>::getNodeLabel(const SUnit *SU,
MachineBlockFrequencyInfo.cpp
119
struct
DOTGraphTraits
<MachineBlockFrequencyInfo *>
124
explicit
DOTGraphTraits
(bool isSimple = false)
MachineFunction.cpp
63
#include "llvm/Support/
DOTGraphTraits
.h"
577
struct
DOTGraphTraits
<const MachineFunction*> : public DefaultDOTGraphTraits {
578
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
MachineScheduler.cpp
3866
struct
DOTGraphTraits
<ScheduleDAGMI*> : public DefaultDOTGraphTraits {
3867
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DOTGraphTraits.h
1
//===-- llvm/Support/
DOTGraphTraits
.h - Customize .dot output ---*- C++ -*-===//
24
/// all of the
DOTGraphTraits
methods. If a specialization does not need to
156
///
DOTGraphTraits
- Template class that can be specialized to customize how
161
struct
DOTGraphTraits
: public DefaultDOTGraphTraits {
162
DOTGraphTraits
(bool simple=false) : DefaultDOTGraphTraits (simple) {}
GraphWriter.h
17
// of the
DOTGraphTraits
template if they want to customize the graphs output in
28
#include "llvm/Support/
DOTGraphTraits
.h"
70
using DOTTraits =
DOTGraphTraits
<GraphType>;
80
"
DOTGraphTraits
, and removed from GraphWriter itself.");
122
DOTGraphTraits
<GraphType>::addCustomGraphFeatures(G, *this);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
31
struct
DOTGraphTraits
<SelectionDAG*> : public DefaultDOTGraphTraits {
33
explicit
DOTGraphTraits
(bool isSimple=false) :
141
std::string
DOTGraphTraits
<SelectionDAG*>::getNodeLabel(const SDNode *Node,
143
return
DOTGraphTraits
<SelectionDAG*>::getSimpleNodeLabel(Node, G);
297
O <<
DOTGraphTraits
<SelectionDAG*>
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp
28
#include "llvm/Support/
DOTGraphTraits
.h"
267
struct
DOTGraphTraits
<const CallGraph*> : public DefaultDOTGraphTraits {
268
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
CFG.cpp
51
#include "llvm/Support/
DOTGraphTraits
.h"
6040
struct
DOTGraphTraits
<const CFG*> : public DefaultDOTGraphTraits {
6041
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
30
#include "llvm/Support/
DOTGraphTraits
.h"
514
struct
DOTGraphTraits
<ModuleManager> : public DefaultDOTGraphTraits {
515
explicit
DOTGraphTraits
(bool IsSimple = false)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionLoadHardening.cpp
62
#include "llvm/Support/
DOTGraphTraits
.h"
193
struct
DOTGraphTraits
<MachineGadgetGraph *> : DefaultDOTGraphTraits {
201
DOTGraphTraits
(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {}
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp
2511
template <> struct
DOTGraphTraits
<AADepGraph *> : public DefaultDOTGraphTraits {
2512
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
105
#include "llvm/Support/
DOTGraphTraits
.h"
2106
template <> struct
DOTGraphTraits
<PGOUseFunc *> : DefaultDOTGraphTraits {
2107
explicit
DOTGraphTraits
(bool isSimple = false)
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
72
#include "llvm/Support/
DOTGraphTraits
.h"
3119
struct
DOTGraphTraits
<ExplodedGraph*> : public DefaultDOTGraphTraits {
3120
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
79
#include "llvm/Support/
DOTGraphTraits
.h"
2143
friend struct
DOTGraphTraits
<BoUpSLP *>;
2519
template <> struct
DOTGraphTraits
<BoUpSLP *> : public DefaultDOTGraphTraits {
2522
DOTGraphTraits
(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {}
Completed in 111 milliseconds
1
2
Indexes created Wed Aug 05 00:25:39 UTC 2026