#include <Dominance.h>
◆ super
◆ DominanceInfoBase() [1/3]
◆ DominanceInfoBase() [2/3]
◆ DominanceInfoBase() [3/3]
◆ getRootNode()
Get the root dominance node of the given region.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ properlyDominates()
template<bool IsPostDom>
bool DominanceInfoBase::properlyDominates |
( |
Block * |
a, |
|
|
Block * |
b |
|
) |
| |
|
protected |
Return true if the specified block A properly dominates block B.
◆ recalculate()
template<bool IsPostDom>
void DominanceInfoBase::recalculate |
( |
Operation * |
op | ) |
|
Recalculate the dominance info.
Build the dominance for each of the operation regions.
◆ dominanceInfos
A mapping of regions to their base dominator tree.
The documentation for this class was generated from the following files: