Go to the source code of this file.
|
| llvm |
| List of target independent CodeGen pass IDs.
|
|
|
static bool | VerifyRegionInfo = false |
|
static cl::opt< bool, true > | VerifyRegionInfoX ("verify-region-info", cl::location(VerifyRegionInfo), cl::desc("Verify region info (time consuming)")) |
|
static cl::opt< enum
Region::PrintStyle > | printStyle ("print-region-style", cl::Hidden, cl::desc("style of printing regions"), cl::values(clEnumValN(Region::PrintNone,"none","print no details"), clEnumValN(Region::PrintBB,"bb","print regions in detail with block_iterator"), clEnumValN(Region::PrintRN,"rn","print regions in detail with element_iterator"), clEnumValEnd)) |
|
| regions |
|
Detect single entry single exit | true |
|
#define DEBUG_TYPE "region" |
STATISTIC |
( |
numRegions |
, |
|
|
"The # of regions" |
|
|
) |
| |
STATISTIC |
( |
numSimpleRegions |
, |
|
|
"The # of simple regions" |
|
|
) |
| |
cl::opt<enum Region::PrintStyle> printStyle("print-region-style", cl::Hidden, cl::desc("style of printing regions"), cl::values(clEnumValN(Region::PrintNone,"none","print no details"),clEnumValN(Region::PrintBB,"bb","print regions in detail with block_iterator"),clEnumValN(Region::PrintRN,"rn","print regions in detail with element_iterator"),clEnumValEnd)) |
|
static |
Detect single entry single exit regions |
Detect single entry single exit true |