Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
|
| static cl::opt< bool, true > | VerifyRegionInfoX ("verify-region-info", cl::location(RegionInfoBase< RegionTraits< Function >>::VerifyRegionInfo), cl::desc("Verify region info (time consuming)")) |
| |
static cl::opt
< Region::PrintStyle, true > | printStyleX ("print-region-style", cl::location(RegionInfo::printStyle), 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<Region::PrintStyle, true> printStyleX("print-region-style", cl::location(RegionInfo::printStyle), 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 |