Home
last modified time | relevance | path

Searched refs:PrintFunctionPass (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRPrintingPasses.cpp52 PrintFunctionPass::PrintFunctionPass() : OS(dbgs()) {} in PrintFunctionPass() function in PrintFunctionPass
53 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass() function in PrintFunctionPass
56 PreservedAnalyses PrintFunctionPass::run(Function &F, in run()
93 PrintFunctionPass P;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRPrintingPasses.h75 class PrintFunctionPass : public PassInfoMixin<PrintFunctionPass> {
80 PrintFunctionPass();
81 PrintFunctionPass(raw_ostream &OS, const std::string &Banner = "");
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h622 addPass(PrintFunctionPass(dbgs(), "\n\n*** Code after LSR ***\n")); in addIRPasses()
740 addPass(PrintFunctionPass(dbgs(), in addISelPrepare()
/llvm-project-15.0.7/llvm/test/Other/
H A Dnew-pass-manager.ll56 ; CHECK-FUNCTION-PRINT: Running pass: PrintFunctionPass
63 ; CHECK-FUNCTION-VERIFY: Running pass: PrintFunctionPass
H A Dpass-pipeline-parsing.ll180 ; CHECK-PRINT-IN-CGSCC: Running pass: PrintFunctionPass
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassRegistry.def326 FUNCTION_PASS("print", PrintFunctionPass(dbgs()))
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst315 The ``PrintFunctionPass`` class is designed to be pipelined with other