Jlm
Loading...
Searching...
No Matches
rhls-dne.hpp
Go to the documentation of this file.
1/*
2 * Copyright 2021 David Metz <david.c.metz@ntnu.no>
3 * See COPYING for terms of redistribution.
4 */
5
6#ifndef JLM_HLS_BACKEND_RVSDG2RHLS_RHLS_DNE_HPP
7#define JLM_HLS_BACKEND_RVSDG2RHLS_RHLS_DNE_HPP
8
10
11namespace jlm::hls
12{
13
39
40} // namespace jlm::hls
41
42#endif // JLM_HLS_BACKEND_RVSDG2RHLS_RHLS_DNE_HPP
static jlm::util::StatisticsCollector statisticsCollector
~RhlsDeadNodeElimination() noexcept override
void Run(rvsdg::RvsdgModule &rvsdgModule, util::StatisticsCollector &statisticsCollector) override
Perform RVSDG transformation.
Definition rhls-dne.cpp:515
static void CreateAndRun(rvsdg::RvsdgModule &rvsdgModule, util::StatisticsCollector &statisticsCollector)
Definition rhls-dne.hpp:33
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