|
LLVM
8.0.1
|
Analysis pass which computes a PostDominatorTree.
More...
#include "llvm/Analysis/PostDominators.h"


Public Types | |
| using | Result = PostDominatorTree |
| Provide the result type for this analysis pass. More... | |
Public Member Functions | |
| PostDominatorTree | run (Function &F, FunctionAnalysisManager &) |
| Run the analysis pass over a function and produce a post dominator tree. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PostDominatorTreeAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PostDominatorTreeAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Analysis pass which computes a PostDominatorTree.
Definition at line 41 of file PostDominators.h.
Provide the result type for this analysis pass.
Definition at line 49 of file PostDominators.h.
| PostDominatorTree PostDominatorTreeAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | |||
| ) |
Run the analysis pass over a function and produce a post dominator tree.
Definition at line 70 of file PostDominators.cpp.
1.8.13