|
LLVM
8.0.1
|
Printer pass for the DominanceFrontier.
More...
#include "llvm/Analysis/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 199 of file DominanceFrontier.h.
|
explicit |
Definition at line 88 of file DominanceFrontier.cpp.
| PreservedAnalyses DominanceFrontierPrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 92 of file DominanceFrontier.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::Value::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and print().
1.8.13