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

#include <Annotation.hpp>

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

Public Member Functions

 ~BasicBlockAnnotationSet () noexcept override
 
 BasicBlockAnnotationSet (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< BasicBlockAnnotationSetCreate (VariableSet readSet, VariableSet allWriteSet, VariableSet fullWriteSet)
 

Detailed Description

Definition at line 318 of file Annotation.hpp.

Constructor & Destructor Documentation

◆ ~BasicBlockAnnotationSet()

jlm::llvm::BasicBlockAnnotationSet::~BasicBlockAnnotationSet ( )
overridedefaultnoexcept

◆ BasicBlockAnnotationSet()

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

Definition at line 323 of file Annotation.hpp.

Member Function Documentation

◆ Create()

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

Definition at line 328 of file Annotation.hpp.

◆ DebugString()

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

Implements jlm::llvm::AnnotationSet.

Definition at line 91 of file Annotation.cpp.

◆ operator==()

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

Reimplemented from jlm::llvm::AnnotationSet.

Definition at line 106 of file Annotation.cpp.


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