LLVM API Documentation
#include <RegionInfo.h>


Public Member Functions | |
| Region (BasicBlock *Entry, BasicBlock *Exit, RegionInfo *RI, DominatorTree *DT, Region *Parent=nullptr) | |
| ~Region () | |
| bool | operator== (const RegionNode &RN) const |
Definition at line 826 of file RegionInfo.h.
| Region::Region | ( | BasicBlock * | Entry, |
| BasicBlock * | Exit, | ||
| RegionInfo * | RI, | ||
| DominatorTree * | DT, | ||
| Region * | Parent = nullptr |
||
| ) |
Definition at line 64 of file RegionInfo.cpp.
| Region::~Region | ( | ) |
Definition at line 71 of file RegionInfo.cpp.
| bool llvm::Region::operator== | ( | const RegionNode & | RN | ) | const [inline] |
Definition at line 832 of file RegionInfo.h.