7 #ifndef JLM_RVSDG_VIEW_HPP
8 #define JLM_RVSDG_VIEW_HPP
13 #include <unordered_map>
29 view(
const rvsdg::Region * region);
39 view(
const rvsdg::Region * region, std::unordered_map<const Output *, std::string> & map);
47 view(
const rvsdg::Region * region, FILE * out);
Region & GetRootRegion() const noexcept
Represent acyclic RVSDG subgraphs.
std::string view(const rvsdg::Region *region)
std::string to_xml(const rvsdg::Region *region)
void view_xml(const rvsdg::Region *region, FILE *out)