Go to the source code of this file.
◆ DEBUG_TYPE
◆ BasicBlockListType
◆ CreatePiBlocks
cl::opt< bool > CreatePiBlocks("ddg-pi-blocks", cl::init(true), cl::Hidden, cl::desc("Create pi-block nodes.")) |
( |
"ddg-pi-blocks" | , |
|
|
cl::init(true) | , |
|
|
cl::Hidden | , |
|
|
cl::desc("Create pi-block nodes.") | ) |
|
static |
◆ SimplifyDDG
cl::opt< bool > SimplifyDDG("ddg-simplify", cl::init(true), cl::Hidden, cl::desc( "Simplify DDG by merging nodes that have less interesting edges.")) |
( |
"ddg-simplify" | , |
|
|
cl::init(true) | , |
|
|
cl::Hidden | , |
|
|
cl::desc( "Simplify DDG by merging nodes that have less interesting edges.") | ) |
|
static |