Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp333 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {} in PrintLoopPass() function in PrintLoopPass
334 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass() function in PrintLoopPass
337 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h486 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
491 PrintLoopPass();
492 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def396 LOOP_PASS("print", PrintLoopPass(dbgs()))