Print style used when dumping a Region.
Synopsis
Declared in <llvm/Analysis/RegionInfo.h>
enum PrintStyle;
Members
Name |
Description |
|
Print only the region bounds. |
|
Print the BasicBlocks contained in the region. |
|
Print the RegionNodes contained in the region. |
Created with MrDocs