Go to the source code of this file.
|
| STATISTIC (NumExtracted, "Number of basic blocks extracted") |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "block-extractor" |
◆ STATISTIC()
STATISTIC |
( |
NumExtracted |
, |
|
|
"Number of basic blocks extracted" |
|
|
) |
| |
◆ BlockExtractorEraseFuncs
cl::opt< bool > BlockExtractorEraseFuncs("extract-blocks-erase-funcs", cl::desc("Erase the existing functions"), cl::Hidden) |
( |
"extract-blocks-erase-funcs" |
, |
|
|
cl::desc("Erase the existing functions") |
, |
|
|
cl::Hidden |
|
|
) |
| |
|
static |
◆ BlockExtractorFile
cl::opt< std::string > BlockExtractorFile("extract-blocks-file", cl::value_desc("filename"), cl::desc("A file containing list of basic blocks to extract"), cl::Hidden) |
( |
"extract-blocks-file" |
, |
|
|
cl::value_desc("filename") |
, |
|
|
cl::desc("A file containing list of basic blocks to extract") |
, |
|
|
cl::Hidden |
|
|
) |
| |
|
static |