|
LLVM
4.0.0
|
Printer pass for the DominanceFrontier.
More...
#include <DominanceFrontier.h>
Public Member Functions | |
| DominanceFrontierPrinterPass (raw_ostream &OS) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DominanceFrontierPrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Printer pass for the DominanceFrontier.
Definition at line 185 of file DominanceFrontier.h.
|
explicit |
Definition at line 68 of file DominanceFrontier.cpp.
| PreservedAnalyses DominanceFrontierPrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 72 of file DominanceFrontier.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::Value::getName(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.6