LLVM API Documentation

Public Member Functions
llvm::Region Class Reference

#include <RegionInfo.h>

Inheritance diagram for llvm::Region:
Inheritance graph
[legend]
Collaboration diagram for llvm::Region:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Region (BasicBlock *Entry, BasicBlock *Exit, RegionInfo *RI, DominatorTree *DT, Region *Parent=nullptr)
 ~Region ()
bool operator== (const RegionNode &RN) const

Detailed Description

Definition at line 826 of file RegionInfo.h.


Constructor & Destructor Documentation

Region::Region ( BasicBlock Entry,
BasicBlock Exit,
RegionInfo RI,
DominatorTree DT,
Region Parent = nullptr 
)

Definition at line 64 of file RegionInfo.cpp.

Definition at line 71 of file RegionInfo.cpp.


Member Function Documentation

bool llvm::Region::operator== ( const RegionNode RN) const [inline]

Definition at line 832 of file RegionInfo.h.


The documentation for this class was generated from the following files: