|
LLVM
4.0.0
|
Analysis pass which computes a DominatorTree.
More...
#include <Dominators.h>
Public Types | |
| typedef DominatorTree | Result |
| Provide the result typedef for this analysis pass. More... | |
Public Member Functions | |
| DominatorTree | run (Function &F, FunctionAnalysisManager &) |
| Run the analysis pass over a function and produce a dominator tree. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< DominatorTreeAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DominatorTreeAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Analysis pass which computes a DominatorTree.
Definition at line 189 of file Dominators.h.
Provide the result typedef for this analysis pass.
Definition at line 195 of file Dominators.h.
| DominatorTree DominatorTreeAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | |||
| ) |
Run the analysis pass over a function and produce a dominator tree.
Definition at line 307 of file Dominators.cpp.
References llvm::DominatorTreeBase< N >::recalculate().
1.8.6