Jlm
Loading...
Searching...
No Matches
IOBarrierRemoval.hpp
Go to the documentation of this file.
1/*
2 * Copyright 2025 Nico Reißmann <nico.reissmann@gmail.com>
3 * See COPYING for terms of redistribution.
4 */
5
6#ifndef JLM_HLS_OPT_IOBARRIERREMOVAL_HPP
7#define JLM_HLS_OPT_IOBARRIERREMOVAL_HPP
8
10
11namespace jlm::rvsdg
12{
13class Region;
14}
15
16namespace jlm::hls
17{
18
45
46}
47
48#endif // JLM_HLS_OPT_IOBARRIERREMOVAL_HPP
static jlm::util::StatisticsCollector statisticsCollector
Removes all IOBarrier nodes from the RVSDG.
void Run(rvsdg::RvsdgModule &module, util::StatisticsCollector &statisticsCollector) override
Perform RVSDG transformation.
static void RemoveIOBarrierFromRegion(rvsdg::Region &region)
~IOBarrierRemoval() noexcept override
Represent acyclic RVSDG subgraphs.
Definition region.hpp:213
Represents an RVSDG transformation.
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.
Definition node.hpp:872