LLVM 20.0.0git
|
Analysis pass which computes a DominanceFrontier
.
More...
#include "llvm/Analysis/DominanceFrontier.h"
Public Types | |
using | Result = DominanceFrontier |
Provide the result type for this analysis pass. | |
Public Member Functions | |
DominanceFrontier | run (Function &F, FunctionAnalysisManager &AM) |
Run the analysis pass over a function and produce a dominator tree. | |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< DominanceFrontierAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Analysis pass which computes a DominanceFrontier
.
Definition at line 184 of file DominanceFrontier.h.
Provide the result type for this analysis pass.
Definition at line 192 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 80 of file DominanceFrontier.cpp.
References DF, F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().