Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
|
INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false, false) char CallGraphDOTPrinter | INITIALIZE_PASS (CallGraphDOTPrinter, "dot-callgraph", "Print call graph to 'dot' file", false, false) ModulePass *llvm |
|
|
static cl::opt< bool > | ShowHeatColors ("callgraph-heat-colors", cl::init(false), cl::Hidden, cl::desc("Show heat colors in call-graph")) |
|
static cl::opt< bool > | ShowEdgeWeight ("callgraph-show-weights", cl::init(false), cl::Hidden, cl::desc("Show edges labeled with weights")) |
|
static cl::opt< bool > | CallMultiGraph ("callgraph-multigraph", cl::init(false), cl::Hidden, cl::desc("Show call-multigraph (do not remove parallel edges)")) |
|
static cl::opt< std::string > | CallGraphDotFilenamePrefix ("callgraph-dot-filename-prefix", cl::Hidden, cl::desc("The prefix used for the CallGraph dot file names.")) |
|
◆ INITIALIZE_PASS()
INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false, false) char CallGraphDOTPrinter INITIALIZE_PASS |
( |
CallGraphDOTPrinter |
, |
|
|
"dot-callgraph" |
, |
|
|
"Print call graph to 'dot' file" |
, |
|
|
false |
, |
|
|
false |
|
|
) |
| |
◆ CallGraphDotFilenamePrefix
◆ CallMultiGraph
cl::opt< bool > CallMultiGraph("callgraph-multigraph", cl::init(false), cl::Hidden, cl::desc("Show call-multigraph (do not remove parallel edges)")) |
( |
"callgraph-multigraph" |
, |
|
|
cl::init(false) |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("Show call-multigraph (do not remove parallel edges)") |
|
|
) |
| |
|
static |
◆ ShowEdgeWeight
cl::opt< bool > ShowEdgeWeight("callgraph-show-weights", cl::init(false), cl::Hidden, cl::desc("Show edges labeled with weights")) |
( |
"callgraph-show-weights" |
, |
|
|
cl::init(false) |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("Show edges labeled with weights") |
|
|
) |
| |
|
static |
◆ ShowHeatColors
cl::opt< bool > ShowHeatColors("callgraph-heat-colors", cl::init(false), cl::Hidden, cl::desc("Show heat colors in call-graph")) |
( |
"callgraph-heat-colors" |
, |
|
|
cl::init(false) |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("Show heat colors in call-graph") |
|
|
) |
| |
|
static |