|
LLVM
4.0.0
|
Analysis pass which computes a DominanceFrontier.
More...
#include <DominanceFrontier.h>
Public Types | |
| typedef DominanceFrontier | Result |
| Provide the result typedef for this analysis pass. More... | |
Public Member Functions | |
| DominanceFrontier | run (Function &F, FunctionAnalysisManager &AM) |
| Run the analysis pass over a function and produce a dominator tree. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< DominanceFrontierAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DominanceFrontierAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Analysis pass which computes a DominanceFrontier.
Definition at line 171 of file DominanceFrontier.h.
Provide the result typedef for this analysis pass.
Definition at line 178 of file DominanceFrontier.h.
| DominanceFrontier DominanceFrontierAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Run the analysis pass over a function and produce a dominator tree.
Definition at line 61 of file DominanceFrontier.cpp.
References llvm::ForwardDominanceFrontierBase< BlockT >::analyze(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.6