Home
last modified time | relevance | path

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

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