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

#include <Annotation.hpp>

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

Public Member Functions

 ~EntryAnnotationSet () noexcept override
 
 EntryAnnotationSet (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 
 EntryAnnotationSet (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet, VariableSet topSet)
 
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< EntryAnnotationSetCreate (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 

Public Attributes

VariableSet TopSet_
 

Detailed Description

Definition at line 257 of file Annotation.hpp.

Constructor & Destructor Documentation

◆ ~EntryAnnotationSet()

jlm::llvm::EntryAnnotationSet::~EntryAnnotationSet ( )
overridedefaultnoexcept

◆ EntryAnnotationSet() [1/2]

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

Definition at line 262 of file Annotation.hpp.

◆ EntryAnnotationSet() [2/2]

jlm::llvm::EntryAnnotationSet::EntryAnnotationSet ( VariableSet  readSet,
VariableSet  allWriteSet,
VariableSet  fullWriteSet,
VariableSet  topSet 
)
inline

Definition at line 266 of file Annotation.hpp.

Member Function Documentation

◆ Create()

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

Definition at line 276 of file Annotation.hpp.

◆ DebugString()

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

Implements jlm::llvm::AnnotationSet.

Definition at line 39 of file Annotation.cpp.

◆ operator==()

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

Reimplemented from jlm::llvm::AnnotationSet.

Definition at line 57 of file Annotation.cpp.

Member Data Documentation

◆ TopSet_

VariableSet jlm::llvm::EntryAnnotationSet::TopSet_

Definition at line 290 of file Annotation.hpp.


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