|
LLVM
8.0.1
|
#include "llvm/Analysis/CFGPrinter.h"


Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< CFGViewerPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 30 of file CFGPrinter.h.
| PreservedAnalyses CFGViewerPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 58 of file CFGPrinter.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::PassRegistry::getPassRegistry(), llvm::initializeCFGOnlyViewerLegacyPassPass(), print(), runOnFunction(), llvm::AnalysisUsage::setPreservesAll(), and llvm::Function::viewCFGOnly().
1.8.13