LLVM 20.0.0git
|
Printer pass for the CacheCost
results.
More...
#include "llvm/Analysis/LoopCacheAnalysis.h"
Public Member Functions | |
LoopCachePrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) |
Public Member Functions inherited from llvm::PassInfoMixin< LoopCachePrinterPass > | |
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< LoopCachePrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the CacheCost
results.
Definition at line 286 of file LoopCacheAnalysis.h.
|
inlineexplicit |
Definition at line 290 of file LoopCacheAnalysis.h.
References OS.
|
inlinestatic |
Definition at line 295 of file LoopCacheAnalysis.h.
PreservedAnalyses LoopCachePrinterPass::run | ( | Loop & | L, |
LoopAnalysisManager & | AM, | ||
LoopStandardAnalysisResults & | AR, | ||
LPMUpdater & | U | ||
) |
Definition at line 735 of file LoopCacheAnalysis.cpp.
References llvm::LoopStandardAnalysisResults::AA, llvm::PreservedAnalyses::all(), CC, F, llvm::CacheCost::getCacheCost(), llvm::LoopStandardAnalysisResults::LI, and llvm::LoopStandardAnalysisResults::SE.