Jlm
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 (const rvsdg::Output &pre)
 
const rvsdg::OutputGetPrePointer () const
 
std::string DebugString () const override
 
std::unique_ptr< SCEVClone () const override
 
- Public Member Functions inherited from jlm::llvm::SCEV
virtual ~SCEV () noexcept=default
 

Private Attributes

const rvsdg::OutputPrePointer_
 

Detailed Description

Definition at line 80 of file ScalarEvolution.hpp.

Constructor & Destructor Documentation

◆ SCEVPlaceholder()

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

Definition at line 83 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 102 of file ScalarEvolution.hpp.

◆ DebugString()

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

Implements jlm::llvm::SCEV.

Definition at line 94 of file ScalarEvolution.hpp.

◆ GetPrePointer()

const rvsdg::Output* jlm::llvm::SCEVPlaceholder::GetPrePointer ( ) const
inline

Definition at line 88 of file ScalarEvolution.hpp.

Member Data Documentation

◆ PrePointer_

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

Definition at line 108 of file ScalarEvolution.hpp.


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