|
LLVM 23.0.0git
|
Printer pass for the CacheCost results.
More...
#include "llvm/Analysis/LoopCacheAnalysis.h"
Public Member Functions | |
| LoopCachePrinterPass (raw_ostream &OS) | |
| LLVM_ABI PreservedAnalyses | run (Function &F, FunctionAnalysisManager &FAM) |
| Public Member Functions inherited from llvm::PassInfoMixin< LoopCachePrinterPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::RequiredPassInfoMixin< LoopCachePrinterPass > | |
| static bool | isRequired () |
| Static Public Member Functions inherited from llvm::PassInfoMixin< LoopCachePrinterPass > | |
| static bool | isRequired () |
| Static Public Member Functions inherited from llvm::detail::InfoMixin< LoopCachePrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Printer pass for the CacheCost results.
Definition at line 284 of file LoopCacheAnalysis.h.
|
inlineexplicit |
Definition at line 289 of file LoopCacheAnalysis.h.
| PreservedAnalyses LoopCachePrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM ) |
Definition at line 723 of file LoopCacheAnalysis.cpp.
References llvm::PreservedAnalyses::all(), F, FAM, getCacheCostImpl(), and llvm::LoopInfoBase< BlockT, LoopT >::getTopLevelLoops().