6 #ifndef JLM_RVSDG_TRANSFORMATION_HPP
7 #define JLM_RVSDG_TRANSFORMATION_HPP
29 [[nodiscard]]
const std::string_view &
61 Run(module, statisticsCollector);
81 const
bool dumpRvsdgDotGraphs)
110 std::vector<std::shared_ptr<Transformation>> transformations,
112 const bool dumpRvsdgDotGraphs)
115 std::move(transformations),
118 sequentialApplication.
Run(rvsdgModule, statisticsCollector);
126 const std::string & passName,
127 size_t numPass)
const;