Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "dot-machine-cfg" |
◆ INITIALIZE_PASS()
INITIALIZE_PASS |
( |
MachineCFGPrinter |
, |
|
|
DEBUG_TYPE |
, |
|
|
"Machine CFG Printer Pass" |
, |
|
|
false |
, |
|
|
true |
|
|
) |
| |
◆ writeMCFGToDotFile()
◆ CFGOnly
cl::opt< bool > CFGOnly("dot-mcfg-only", cl::init(false), cl::Hidden, cl::desc("Print only the CFG without blocks body")) |
( |
"dot-mcfg-only" |
, |
|
|
cl::init(false) |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("Print only the CFG without blocks body") |
|
|
) |
| |
|
static |
◆ MCFGDotFilenamePrefix
cl::opt< std::string > MCFGDotFilenamePrefix("mcfg-dot-filename-prefix", cl::Hidden, cl::desc("The prefix used for the Machine CFG dot file names.")) |
( |
"mcfg-dot-filename-prefix" |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("The prefix used for the Machine CFG dot file names.") |
|
|
) |
| |
|
static |
◆ MCFGFuncName
cl::opt< std::string > MCFGFuncName("mcfg-func-name", cl::Hidden, cl::desc("The name of a function (or its substring)" " whose CFG is viewed/printed.")) |
( |
"mcfg-func-name" |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("The name of a function (or its substring)" " whose CFG is viewed/printed.") |
|
|
) |
| |
|
static |