Searched refs:PrintLoopPass (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp96 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} function in class:PrintLoopPass
97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) function in class:PrintLoopPass
100 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h419 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> { class in namespace:llvm
424 PrintLoopPass();
425 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");

Completed in 101 milliseconds