Home
last modified time | relevance | path

Searched refs:LoopCachePrinterPass (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h286 class LoopCachePrinterPass : public PassInfoMixin<LoopCachePrinterPass> {
290 explicit LoopCachePrinterPass(raw_ostream &OS) : OS(OS) {} in LoopCachePrinterPass() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp730 PreservedAnalyses LoopCachePrinterPass::run(Loop &L, LoopAnalysisManager &AM, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def610 LOOP_PASS("print<loop-cache-cost>", LoopCachePrinterPass(dbgs()))