Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp366 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass
367 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass
370 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h541 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
546 PrintLoopPass();
547 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def607 LOOP_PASS("print", PrintLoopPass(dbgs()))