mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 20:26:07 +00:00
RegionInfo: Add getMaxRegionExit()
getMaxRegionExit returns the exit of the maximal refined region starting at a specific basic block. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -572,6 +572,12 @@ public:
|
||||
/// region containing BB.
|
||||
Region *operator[](BasicBlock *BB) const;
|
||||
|
||||
/// @brief Return the exit of the maximal refined region, that starts at a
|
||||
/// BasicBlock.
|
||||
///
|
||||
/// @param BB The BasicBlock the refined region starts.
|
||||
BasicBlock *getMaxRegionExit(BasicBlock *BB) const;
|
||||
|
||||
/// @brief Find the smallest region that contains two regions.
|
||||
///
|
||||
/// @param A The first region.
|
||||
|
Reference in New Issue
Block a user