LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llzk::impl::WhileToForPassBase< DerivedT > Class Template Reference
Inheritance diagram for llzk::impl::WhileToForPassBase< DerivedT >:
[legend]
Collaboration diagram for llzk::impl::WhileToForPassBase< DerivedT >:
[legend]

Public Types

using Base = WhileToForPassBase

Public Member Functions

 WhileToForPassBase ()
 WhileToForPassBase (const WhileToForPassBase &other)
WhileToForPassBaseoperator= (const WhileToForPassBase &)=delete
 WhileToForPassBase (WhileToForPassBase &&)=delete
WhileToForPassBaseoperator= (WhileToForPassBase &&)=delete
 ~WhileToForPassBase ()=default
::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.

Static Public Member Functions

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.

Friends

std::unique_ptr<::mlir::Pass > createWhileToForPass ()
 Explicitly declare the TypeID for this class.

Detailed Description

template<typename DerivedT>
class llzk::impl::WhileToForPassBase< DerivedT >

Definition at line 917 of file LLZKWhileToForPass.cpp.

Member Typedef Documentation

◆ Base

template<typename DerivedT>
using llzk::impl::WhileToForPassBase< DerivedT >::Base = WhileToForPassBase

Definition at line 919 of file LLZKWhileToForPass.cpp.

Constructor & Destructor Documentation

◆ WhileToForPassBase() [1/3]

template<typename DerivedT>
llzk::impl::WhileToForPassBase< DerivedT >::WhileToForPassBase ( )
inline

Definition at line 921 of file LLZKWhileToForPass.cpp.

◆ WhileToForPassBase() [2/3]

template<typename DerivedT>
llzk::impl::WhileToForPassBase< DerivedT >::WhileToForPassBase ( const WhileToForPassBase< DerivedT > & other)
inline

Definition at line 922 of file LLZKWhileToForPass.cpp.

◆ WhileToForPassBase() [3/3]

template<typename DerivedT>
llzk::impl::WhileToForPassBase< DerivedT >::WhileToForPassBase ( WhileToForPassBase< DerivedT > && )
delete

◆ ~WhileToForPassBase()

template<typename DerivedT>
llzk::impl::WhileToForPassBase< DerivedT >::~WhileToForPassBase ( )
default

Member Function Documentation

◆ classof()

template<typename DerivedT>
bool llzk::impl::WhileToForPassBase< DerivedT >::classof ( const ::mlir::Pass * pass)
inlinestatic

Support isa/dyn_cast functionality for the derived pass class.

Definition at line 943 of file LLZKWhileToForPass.cpp.

◆ clonePass()

template<typename DerivedT>
std::unique_ptr<::mlir::Pass > llzk::impl::WhileToForPassBase< DerivedT >::clonePass ( ) const
inlineoverride

A clone method to create a copy of this pass.

Definition at line 948 of file LLZKWhileToForPass.cpp.

◆ getArgument()

template<typename DerivedT>
::llvm::StringRef llzk::impl::WhileToForPassBase< DerivedT >::getArgument ( ) const
inlineoverride

Definition at line 932 of file LLZKWhileToForPass.cpp.

◆ getArgumentName()

template<typename DerivedT>
constexpr ::llvm::StringLiteral llzk::impl::WhileToForPassBase< DerivedT >::getArgumentName ( )
inlinestatic

Returns the command-line argument attached to this pass.

Definition at line 929 of file LLZKWhileToForPass.cpp.

◆ getDependentDialects()

template<typename DerivedT>
void llzk::impl::WhileToForPassBase< DerivedT >::getDependentDialects ( ::mlir::DialectRegistry & registry) const
inlineoverride

Return the dialect that must be loaded in the context before this pass.

Definition at line 953 of file LLZKWhileToForPass.cpp.

◆ getDescription()

template<typename DerivedT>
::llvm::StringRef llzk::impl::WhileToForPassBase< DerivedT >::getDescription ( ) const
inlineoverride

Definition at line 934 of file LLZKWhileToForPass.cpp.

◆ getName()

template<typename DerivedT>
::llvm::StringRef llzk::impl::WhileToForPassBase< DerivedT >::getName ( ) const
inlineoverride

Definition at line 940 of file LLZKWhileToForPass.cpp.

◆ getPassName()

template<typename DerivedT>
constexpr ::llvm::StringLiteral llzk::impl::WhileToForPassBase< DerivedT >::getPassName ( )
inlinestatic

Returns the derived pass name.

Definition at line 937 of file LLZKWhileToForPass.cpp.

◆ operator=() [1/2]

template<typename DerivedT>
WhileToForPassBase & llzk::impl::WhileToForPassBase< DerivedT >::operator= ( const WhileToForPassBase< DerivedT > & )
delete

◆ operator=() [2/2]

template<typename DerivedT>
WhileToForPassBase & llzk::impl::WhileToForPassBase< DerivedT >::operator= ( WhileToForPassBase< DerivedT > && )
delete

◆ createWhileToForPass

template<typename DerivedT>
std::unique_ptr<::mlir::Pass > createWhileToForPass ( )
friend

Explicitly declare the TypeID for this class.

We declare an explicit private instantiation because Pass classes should only be visible by the current library.

Definition at line 977 of file LLZKWhileToForPass.cpp.


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