Jlm
Loading...
Searching...
No Matches
RvsdgModule.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2026 Nico Reißmann <nico.reissmann@gmail.com>
3 * See COPYING for terms of redistribution.
4 */
5
7#include <memory>
8
9namespace jlm::rvsdg
10{
11
13
14std::unique_ptr<RvsdgModule>
15RvsdgModule::copy() const
16{
17 return std::make_unique<RvsdgModule>(*SourceFilePath_, rvsdg_->Copy());
18}
19
20}
virtual ~RvsdgModule() noexcept
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.
Definition node.hpp:872