![]() |
PandA-2024.02
|
This class contains the methods for vectorize loop or whole function. More...
#include "vectorize.hpp"#include "Parameter.hpp"#include "loop.hpp"#include "loops.hpp"#include "application_manager.hpp"#include "basic_block.hpp"#include "call_graph.hpp"#include "call_graph_manager.hpp"#include "function_behavior.hpp"#include "design_flow_graph.hpp"#include "design_flow_manager.hpp"#include "token_interface.hpp"#include "behavioral_helper.hpp"#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_dup.hpp"#include "tree_reindex.hpp"#include "dbgPrintHelper.hpp"#include "string_manipulation.hpp"#include "utility.hpp"#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
Functions | |
| static std::string | ToString (Transformation transformation) |
| Header include. More... | |
This class contains the methods for vectorize loop or whole function.
Definition in file vectorize.cpp.
|
static |
Header include.
. include algorithms/loops_detection behavior include design_flows includes parser/compiler include tree include Skipping warnings due to operator() redefinition
Definition at line 84 of file vectorize.cpp.
References INIT, NONE, SCALAR, and THROW_UNREACHABLE.
Referenced by Vectorize::ClassifyTreeNode(), Vectorize::FixPhis(), and Vectorize::Transform().

1.8.13