LLVM 20.0.0git
|
Printer pass for the DominanceFrontier
.
More...
#include "llvm/Analysis/DominanceFrontier.h"
Public Member Functions | |
DominanceFrontierPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< DominanceFrontierPrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< DominanceFrontierPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the DominanceFrontier
.
Definition at line 199 of file DominanceFrontier.h.
|
explicit |
Definition at line 87 of file DominanceFrontier.cpp.
|
inlinestatic |
Definition at line 208 of file DominanceFrontier.h.
PreservedAnalyses DominanceFrontierPrinterPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 91 of file DominanceFrontier.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().