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