LLVM 20.0.0git
|
Printer pass for the AssumptionAnalysis
results.
More...
#include "llvm/Analysis/AssumptionCache.h"
Public Member Functions | |
AssumptionPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< AssumptionPrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< AssumptionPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the AssumptionAnalysis
results.
Definition at line 185 of file AssumptionCache.h.
|
inlineexplicit |
Definition at line 189 of file AssumptionCache.h.
References OS.
|
inlinestatic |
Definition at line 193 of file AssumptionCache.h.
PreservedAnalyses AssumptionPrinterPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 227 of file AssumptionCache.cpp.
References llvm::PreservedAnalyses::all(), llvm::AssumptionCache::assumptions(), F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().