Synopsis

Declared in <llvm/CodeGen/MachineRegionInfo.h>

class MachineRegionNode
    : public RegionNodeBase<RegionTraits<MachineFunction>>

Base Classes

Name

Description

RegionNodeBase<RegionTraits<MachineFunction>>

A RegionNode represents a subregion or a BasicBlock that is part of a Region.

Type Aliases

Member Functions

Name

Description

MachineRegionNode [constructor]

operator= [deleted]

Assignment operator

getEntry

Get the entry BasicBlock of this RegionNode.

getNodeAs

Get the content of this RegionNode.

getParent

Get the parent Region of this RegionNode.

isSubRegion

Is this RegionNode a subregion?

operator==

Equality operator

Created with MrDocs