Collect all blocks of this region's single exit edge, if existing.

Synopsis

Declared in <llvm/Analysis/RegionInfo.h>

bool
getExitingBlocks(SmallVectorImpl<BlockT*>& Exitings) const;

Return Value

True if this region contains all the predecessors of the exit.

Parameters

Name

Description

Exitings

Filled with the predecessors of the exit that leave this region.

Created with MrDocs