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

#include <Annotation.hpp>

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

Public Member Functions

 ~ExitAnnotationSet () noexcept override
 
 ExitAnnotationSet (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 
std::string DebugString () const noexcept override
 
bool operator== (const AnnotationSet &other) const override
 
- 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< ExitAnnotationSetCreate (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 

Detailed Description

Definition at line 293 of file Annotation.hpp.

Constructor & Destructor Documentation

◆ ~ExitAnnotationSet()

jlm::llvm::ExitAnnotationSet::~ExitAnnotationSet ( )
overridedefaultnoexcept

◆ ExitAnnotationSet()

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

Definition at line 298 of file Annotation.hpp.

Member Function Documentation

◆ Create()

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

Definition at line 303 of file Annotation.hpp.

◆ DebugString()

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

Implements jlm::llvm::AnnotationSet.

Definition at line 67 of file Annotation.cpp.

◆ operator==()

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

Reimplemented from jlm::llvm::AnnotationSet.

Definition at line 82 of file Annotation.cpp.


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