#include <IOBarrierElimination.hpp>
Definition at line 14 of file IOBarrierElimination.hpp.
◆ ~IOBarrierElimination()
| jlm::llvm::IOBarrierElimination::~IOBarrierElimination |
( |
| ) |
|
|
overridedefault |
◆ IOBarrierElimination() [1/3]
| jlm::llvm::IOBarrierElimination::IOBarrierElimination |
( |
| ) |
|
◆ IOBarrierElimination() [2/3]
◆ IOBarrierElimination() [3/3]
◆ markNode()
| void jlm::llvm::IOBarrierElimination::markNode |
( |
const rvsdg::Node & |
node | ) |
|
|
private |
◆ markRegion()
| void jlm::llvm::IOBarrierElimination::markRegion |
( |
rvsdg::Region & |
region | ) |
|
|
private |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Run()
Perform RVSDG transformation.
- Note
- This method is expected to be called multiple times. An implementation is required to reset the objects' internal state to ensure correct behavior after every invocation.
- Parameters
-
| module | RVSDG module the transformation is performed on. |
| statisticsCollector | Statistics collector for collecting transformation statistics. |
Implements jlm::rvsdg::Transformation.
Definition at line 116 of file IOBarrierElimination.cpp.
◆ sweepRegion()
| void jlm::llvm::IOBarrierElimination::sweepRegion |
( |
rvsdg::Region & |
region | ) |
|
|
private |
◆ context_
| std::unique_ptr<Context> jlm::llvm::IOBarrierElimination::context_ {} |
|
private |
The documentation for this class was generated from the following files: