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

#include <Annotation.hpp>

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

Public Member Functions

 ~LoopAnnotationSet () noexcept override
 
 LoopAnnotationSet (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 
 LoopAnnotationSet (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet, VariableSet loopVariables)
 
std::string DebugString () const noexcept override
 
bool operator== (const AnnotationSet &other) const override
 
const VariableSetLoopVariables () const noexcept
 
void SetLoopVariables (VariableSet loopVariables) noexcept
 
- Public Member Functions inherited from jlm::llvm::AnnotationSet
virtual ~AnnotationSet () noexcept
 
 AnnotationSet (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 
 AnnotationSet (const AnnotationSet &)=delete
 
 AnnotationSet (AnnotationSet &&) noexcept=delete
 
AnnotationSetoperator= (const AnnotationSet &)=delete
 
AnnotationSetoperator= (AnnotationSet &&)=delete
 
const VariableSetReadSet () const noexcept
 
const VariableSetAllWriteSet () const noexcept
 
const VariableSetFullWriteSet () const noexcept
 
bool operator!= (const AnnotationSet &other) const
 

Static Public Member Functions

static std::unique_ptr< LoopAnnotationSetCreate (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 

Private Attributes

VariableSet LoopVariables_
 

Detailed Description

Definition at line 432 of file Annotation.hpp.

Constructor & Destructor Documentation

◆ ~LoopAnnotationSet()

jlm::llvm::LoopAnnotationSet::~LoopAnnotationSet ( )
overridedefaultnoexcept

◆ LoopAnnotationSet() [1/2]

jlm::llvm::LoopAnnotationSet::LoopAnnotationSet ( VariableSet  readSet,
VariableSet  allWriteSet,
VariableSet  fullWriteSet 
)
inline

Definition at line 437 of file Annotation.hpp.

◆ LoopAnnotationSet() [2/2]

jlm::llvm::LoopAnnotationSet::LoopAnnotationSet ( VariableSet  readSet,
VariableSet  allWriteSet,
VariableSet  fullWriteSet,
VariableSet  loopVariables 
)
inline

Definition at line 441 of file Annotation.hpp.

Member Function Documentation

◆ Create()

static std::unique_ptr<LoopAnnotationSet> jlm::llvm::LoopAnnotationSet::Create ( VariableSet  readSet,
VariableSet  allWriteSet,
VariableSet  fullWriteSet 
)
inlinestatic

Definition at line 451 of file Annotation.hpp.

◆ DebugString()

std::string jlm::llvm::LoopAnnotationSet::DebugString ( ) const
overridevirtualnoexcept

Implements jlm::llvm::AnnotationSet.

Definition at line 171 of file Annotation.cpp.

◆ LoopVariables()

const VariableSet& jlm::llvm::LoopAnnotationSet::LoopVariables ( ) const
inlinenoexcept

Definition at line 466 of file Annotation.hpp.

◆ operator==()

bool jlm::llvm::LoopAnnotationSet::operator== ( const AnnotationSet other) const
overridevirtual

Reimplemented from jlm::llvm::AnnotationSet.

Definition at line 189 of file Annotation.cpp.

◆ SetLoopVariables()

void jlm::llvm::LoopAnnotationSet::SetLoopVariables ( VariableSet  loopVariables)
inlinenoexcept

Definition at line 472 of file Annotation.hpp.

Member Data Documentation

◆ LoopVariables_

VariableSet jlm::llvm::LoopAnnotationSet::LoopVariables_
private

Definition at line 478 of file Annotation.hpp.


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