Jlm
Public Member Functions | Static Public Member Functions | List of all members
jlm::llvm::SCEVUnknown Class Referencefinal

#include <ScalarEvolution.hpp>

Inheritance diagram for jlm::llvm::SCEVUnknown:
Inheritance graph
[legend]
Collaboration diagram for jlm::llvm::SCEVUnknown:
Collaboration graph
[legend]

Public Member Functions

 SCEVUnknown ()
 
std::string DebugString () const override
 
std::unique_ptr< SCEVClone () const override
 
- Public Member Functions inherited from jlm::llvm::SCEV
virtual ~SCEV () noexcept=default
 

Static Public Member Functions

static std::unique_ptr< SCEVUnknownCreate ()
 
- Static Public Member Functions inherited from jlm::llvm::SCEV
template<typename T >
static std::unique_ptr< T > CloneAs (const SCEV &scev)
 

Detailed Description

Definition at line 38 of file ScalarEvolution.hpp.

Constructor & Destructor Documentation

◆ SCEVUnknown()

jlm::llvm::SCEVUnknown::SCEVUnknown ( )
inlineexplicit

Definition at line 41 of file ScalarEvolution.hpp.

Member Function Documentation

◆ Clone()

std::unique_ptr<SCEV> jlm::llvm::SCEVUnknown::Clone ( ) const
inlineoverridevirtual

Implements jlm::llvm::SCEV.

Definition at line 51 of file ScalarEvolution.hpp.

◆ Create()

static std::unique_ptr<SCEVUnknown> jlm::llvm::SCEVUnknown::Create ( )
inlinestatic

Definition at line 57 of file ScalarEvolution.hpp.

◆ DebugString()

std::string jlm::llvm::SCEVUnknown::DebugString ( ) const
inlineoverridevirtual

Implements jlm::llvm::SCEV.

Definition at line 45 of file ScalarEvolution.hpp.


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