PandA-2024.02
|
Analysis step that performs some simple code motions over the IR. More...
#include "simple_code_motion.hpp"
#include "Parameter.hpp"
#include "Dominance.hpp"
#include "application_manager.hpp"
#include "basic_block.hpp"
#include "function_behavior.hpp"
#include "design_flow_graph.hpp"
#include "design_flow_manager.hpp"
#include "token_interface.hpp"
#include <fstream>
#include "ext_tree_node.hpp"
#include "tree_basic_block.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_manipulation.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
#include "dbgPrintHelper.hpp"
#include "math_function.hpp"
#include "behavioral_helper.hpp"
#include "cyclic_topological_sort.hpp"
#include "string_manipulation.hpp"
Go to the source code of this file.
Analysis step that performs some simple code motions over the IR.
Definition in file simple_code_motion.cpp.