7#ifndef JLM_RVSDG_VIEW_HPP
8#define JLM_RVSDG_VIEW_HPP
13#include <unordered_map>
29view(
const rvsdg::Region * region);
39view(
const rvsdg::Region * region, std::unordered_map<const Output *, std::string> &
map);
Region & GetRootRegion() const noexcept
std::string view(const rvsdg::Region *region)
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.