|
LLVM
3.7.0
|
Printer pass for the AssumptionAnalysis results.
More...
#include <AssumptionCache.h>
Public Member Functions | |
| AssumptionPrinterPass (raw_ostream &OS) | |
| PreservedAnalyses | run (Function &F, AnalysisManager< Function > *AM) |
Static Public Member Functions | |
| static StringRef | name () |
Printer pass for the AssumptionAnalysis results.
Definition at line 122 of file AssumptionCache.h.
|
inlineexplicit |
Definition at line 126 of file AssumptionCache.h.
|
inlinestatic |
Definition at line 129 of file AssumptionCache.h.
| PreservedAnalyses AssumptionPrinterPass::run | ( | Function & | F, |
| AnalysisManager< Function > * | AM | ||
| ) |
Definition at line 79 of file AssumptionCache.cpp.
References llvm::PreservedAnalyses::all(), llvm::AssumptionCache::assumptions(), F(), llvm::Value::getName(), and llvm::detail::AnalysisManagerBase< DerivedT, IRUnitT >::getResult().
1.8.6