LLVM 18.0.0git
|
Printer pass for the DominatorTree
.
More...
#include "llvm/Analysis/CycleAnalysis.h"
Public Member Functions | |
CycleInfoPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the DominatorTree
.
Definition at line 64 of file CycleAnalysis.h.
|
explicit |
Definition at line 28 of file CycleAnalysis.cpp.
PreservedAnalyses CycleInfoPrinterPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 30 of file CycleAnalysis.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), OS, and llvm::print().