DominatorTreesAndDominanceFrontiers::TemplatedDominanceFrontier
Synopsis
Declared in <src/midend/programAnalysis/dominanceAnalysis/DominanceFrontier.h>
template<typename CFGFilterFunction>
class TemplatedDominanceFrontier
: public DominatorForwardBackwardWrapperClass<CFGFilterFunction>
Base Classes
Name |
Description |
This class provides a uniform view of the CFG dissregarding the direction of the CFG‐traversal (forward/backward) |
Member Functions
Name |
Description |
|
construct the domnancefrontier |
retunrs a set of ID's with the nodes dominance‐frontier |
|
debug method to print forntiers |
Private Member Functions
Name |
Description |
allocate the vector and initialize it with sets |
|
checks if the id is valid |
Private Data Members
Name |
Description |
a vector of dominance‐frontiers, for every possible id one |
|
Created with MrDocs