LLVM 17.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) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
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.
PreservedAnalyses LoopCachePrinterPass::run | ( | Loop & | L, |
LoopAnalysisManager & | AM, | ||
LoopStandardAnalysisResults & | AR, | ||
LPMUpdater & | U | ||
) |
Definition at line 730 of file LoopCacheAnalysis.cpp.
References llvm::LoopStandardAnalysisResults::AA, llvm::PreservedAnalyses::all(), CC, F, llvm::CacheCost::getCacheCost(), llvm::LoopStandardAnalysisResults::LI, and llvm::LoopStandardAnalysisResults::SE.