#include <Annotation.hpp>
Definition at line 23 of file Annotation.hpp.
◆ ConstRange
◆ VariableSet() [1/2]
| jlm::llvm::VariableSet::VariableSet |
( |
| ) |
|
|
default |
◆ VariableSet() [2/2]
| jlm::llvm::VariableSet::VariableSet |
( |
std::initializer_list< const Variable * > |
init | ) |
|
|
inline |
◆ Contains() [1/2]
| bool jlm::llvm::VariableSet::Contains |
( |
const Variable & |
v | ) |
const |
|
inline |
◆ Contains() [2/2]
| bool jlm::llvm::VariableSet::Contains |
( |
const VariableSet & |
variableSet | ) |
const |
|
inline |
◆ DebugString()
| std::string jlm::llvm::VariableSet::DebugString |
( |
| ) |
const |
|
noexcept |
◆ Insert() [1/2]
| void jlm::llvm::VariableSet::Insert |
( |
const Variable & |
v | ) |
|
|
inline |
◆ Insert() [2/2]
| void jlm::llvm::VariableSet::Insert |
( |
const VariableSet & |
variableSet | ) |
|
|
inline |
◆ Intersect()
| void jlm::llvm::VariableSet::Intersect |
( |
const VariableSet & |
variableSet | ) |
|
|
inline |
◆ operator!=()
| bool jlm::llvm::VariableSet::operator!= |
( |
const VariableSet & |
other | ) |
const |
|
inline |
◆ operator==()
| bool jlm::llvm::VariableSet::operator== |
( |
const VariableSet & |
other | ) |
const |
|
inline |
◆ Remove() [1/2]
| void jlm::llvm::VariableSet::Remove |
( |
const Variable & |
v | ) |
|
|
inline |
◆ Remove() [2/2]
| void jlm::llvm::VariableSet::Remove |
( |
const VariableSet & |
variableSet | ) |
|
|
inline |
◆ Size()
| size_t jlm::llvm::VariableSet::Size |
( |
| ) |
const |
|
inlinenoexcept |
◆ Variables()
| ConstRange jlm::llvm::VariableSet::Variables |
( |
| ) |
const |
|
inlinenoexcept |
◆ Set_
| std::unordered_set<const Variable *> jlm::llvm::VariableSet::Set_ |
|
private |
The documentation for this class was generated from the following files: