![]() |
PandA-2024.02
|
Memory allocation based on the dominator tree of the call graph. More...
#include "mem_dominator_allocation.hpp"#include "Dominance.hpp"#include "Parameter.hpp"#include "behavioral_helper.hpp"#include "call_graph.hpp"#include "call_graph_manager.hpp"#include "cpu_time.hpp"#include "function_behavior.hpp"#include "functions.hpp"#include "generic_device.hpp"#include "hls.hpp"#include "hls_constraints.hpp"#include "hls_device.hpp"#include "hls_manager.hpp"#include "math_function.hpp"#include "memory.hpp"#include "op_graph.hpp"#include "polixml.hpp"#include "string_manipulation.hpp"#include "technology_manager.hpp"#include "technology_node.hpp"#include "tree_helper.hpp"#include "tree_manager.hpp"#include "tree_node.hpp"#include "tree_reindex.hpp"#include "var_pp_functor.hpp"#include "xml_dom_parser.hpp"#include "xml_helper.hpp"#include <algorithm>#include <filesystem>#include <limits>#include <list>#include <string>#include <utility>#include "custom_map.hpp"#include "custom_set.hpp"
Go to the source code of this file.
Functions | |
| static vertex | get_remapped_vertex (vertex current_vertex, const CallGraphManagerConstRef CG, const HLS_managerRef HLSMgr) |
| check if current_vertex is a proxied function More... | |
Memory allocation based on the dominator tree of the call graph.
Definition in file mem_dominator_allocation.cpp.
|
static |
check if current_vertex is a proxied function
Definition at line 184 of file mem_dominator_allocation.cpp.
References functions::GetFUName().
Referenced by mem_dominator_allocation::InternalExec().


1.8.13