LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::CallGraphSCCsPrinterPass Class Reference
Inheritance diagram for llzk::CallGraphSCCsPrinterPass:
[legend]
Collaboration diagram for llzk::CallGraphSCCsPrinterPass:
[legend]

Public Member Functions

 CallGraphSCCsPrinterPass (llvm::raw_ostream &ostream)
 
- Public Member Functions inherited from llzk::impl::CallGraphSCCsPrinterPassBase< CallGraphSCCsPrinterPass >
 CallGraphSCCsPrinterPassBase ()
 
 CallGraphSCCsPrinterPassBase (const CallGraphSCCsPrinterPassBase &other)
 
::llvm::StringRef getArgument () const override
 
::llvm::StringRef getDescription () const override
 
::llvm::StringRef getName () const override
 
std::unique_ptr<::mlir::Pass > clonePass () const override
 A clone method to create a copy of this pass.
 
void getDependentDialects (::mlir::DialectRegistry &registry) const override
 Return the dialect that must be loaded in the context before this pass.
 

Protected Member Functions

void runOnOperation () override
 

Additional Inherited Members

- Public Types inherited from llzk::impl::CallGraphSCCsPrinterPassBase< CallGraphSCCsPrinterPass >
using Base
 
- Static Public Member Functions inherited from llzk::impl::CallGraphSCCsPrinterPassBase< CallGraphSCCsPrinterPass >
static constexpr ::llvm::StringLiteral getArgumentName ()
 Returns the command-line argument attached to this pass.
 
static constexpr ::llvm::StringLiteral getPassName ()
 Returns the derived pass name.
 
static bool classof (const ::mlir::Pass *pass)
 Support isa/dyn_cast functionality for the derived pass class.
 

Detailed Description

Definition at line 54 of file CallGraphPasses.cpp.

Constructor & Destructor Documentation

◆ CallGraphSCCsPrinterPass()

llzk::CallGraphSCCsPrinterPass::CallGraphSCCsPrinterPass ( llvm::raw_ostream & ostream)
inlineexplicit

Definition at line 59 of file CallGraphPasses.cpp.

Member Function Documentation

◆ runOnOperation()

void llzk::CallGraphSCCsPrinterPass::runOnOperation ( )
inlineoverrideprotected

Definition at line 63 of file CallGraphPasses.cpp.


The documentation for this class was generated from the following file: