|
| std::string | jlm::hls::ViewcolorToString (const ViewColors &color) |
| |
| std::string | jlm::hls::RegionToDot (rvsdg::Region *region, std::unordered_map< rvsdg::Output *, ViewColors > &outputColor, std::unordered_map< rvsdg::Input *, ViewColors > &inputColor, std::unordered_map< rvsdg::Output *, ViewColors > &tailLabel) |
| |
| std::string | jlm::hls::ToDot (rvsdg::Region *region, std::unordered_map< rvsdg::Output *, ViewColors > &outputColor, std::unordered_map< rvsdg::Input *, ViewColors > &inputColor, std::unordered_map< rvsdg::Output *, ViewColors > &tailLabel) |
| |
| void | jlm::hls::ViewDot (rvsdg::Region *region, FILE *out) |
| |
| void | jlm::hls::ViewDot (rvsdg::Region *region, FILE *out, std::unordered_map< rvsdg::Output *, ViewColors > &outputColor, std::unordered_map< rvsdg::Input *, ViewColors > &inputColor, std::unordered_map< rvsdg::Output *, ViewColors > &tailLabel) |
| |
| void | jlm::hls::DumpDot (llvm::LlvmRvsdgModule &rvsdgModule, const std::string &file_name, std::unordered_map< rvsdg::Output *, ViewColors > outputColor, std::unordered_map< rvsdg::Input *, ViewColors > inputColor, std::unordered_map< rvsdg::Output *, ViewColors > tailLabel) |
| |
| void | jlm::hls::DumpDot (llvm::LlvmRvsdgModule &rvsdgModule, const std::string &file_name) |
| |
| void | jlm::hls::DumpDot (rvsdg::Region *region, const std::string &file_name, std::unordered_map< rvsdg::Output *, ViewColors > outputColor, std::unordered_map< rvsdg::Input *, ViewColors > inputColor, std::unordered_map< rvsdg::Output *, ViewColors > tailLabel) |
| |
| void | jlm::hls::DumpDot (rvsdg::Region *region, const std::string &file_name) |
| |
| void | jlm::hls::DotToSvg (const std::string &file_name) |
| |