Print style used when dumping a Region.

Synopsis

Declared in <llvm/Analysis/RegionInfo.h>

enum PrintStyle;

Members

Name

Description

PrintNone

Print only the region bounds.

PrintBB

Print the BasicBlocks contained in the region.

PrintRN

Print the RegionNodes contained in the region.

Created with MrDocs