Jlm
Loading...
Searching...
No Matches
HlsDotWriter.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_HLSDOTWRITER_HPP
7#define JLM_HLS_HLSDOTWRITER_HPP
8
10
11namespace jlm::hls
12{
13
15{
16public:
18
20 void
21 AnnotateTypeGraphNode(const rvsdg::Type & type, util::graph::Node & node) override;
22};
23
24}
25
26#endif
~HlsDotWriter() noexcept override
void AnnotateTypeGraphNode(const rvsdg::Type &type, util::graph::Node &node) override
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.
Definition node.hpp:872