Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::llvm::SCEVPlaceholder Class Referencefinal

#include <ScalarEvolution.hpp>

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

Public Member Functions

 SCEVPlaceholder (rvsdg::Output &pre)
 
rvsdg::OutputGetPrePointer () const noexcept
 
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< SCEVPlaceholderCreate (rvsdg::Output &PrePointer_)
 
- Static Public Member Functions inherited from jlm::llvm::SCEV
template<typename T >
static std::unique_ptr< T > CloneAs (const SCEV &scev)
 

Private Attributes

rvsdg::OutputPrePointer_
 

Detailed Description

Definition at line 100 of file ScalarEvolution.hpp.

Constructor & Destructor Documentation

◆ SCEVPlaceholder()

jlm::llvm::SCEVPlaceholder::SCEVPlaceholder ( rvsdg::Output pre)
inlineexplicit

Definition at line 103 of file ScalarEvolution.hpp.

Member Function Documentation

◆ Clone()

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

Implements jlm::llvm::SCEV.

Definition at line 122 of file ScalarEvolution.hpp.

◆ Create()

static std::unique_ptr<SCEVPlaceholder> jlm::llvm::SCEVPlaceholder::Create ( rvsdg::Output PrePointer_)
inlinestatic

Definition at line 128 of file ScalarEvolution.hpp.

◆ DebugString()

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

Implements jlm::llvm::SCEV.

Definition at line 114 of file ScalarEvolution.hpp.

◆ GetPrePointer()

rvsdg::Output& jlm::llvm::SCEVPlaceholder::GetPrePointer ( ) const
inlinenoexcept

Definition at line 108 of file ScalarEvolution.hpp.

Member Data Documentation

◆ PrePointer_

rvsdg::Output* jlm::llvm::SCEVPlaceholder::PrePointer_
private

Definition at line 134 of file ScalarEvolution.hpp.


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