![]() |
PandA-2024.02
|
#include "BB_based_stg.hpp"#include "Discrepancy.hpp"#include "Parameter.hpp"#include "StateTransitionGraph_constructor.hpp"#include "allocation_information.hpp"#include "basic_block.hpp"#include "behavioral_helper.hpp"#include "call_graph.hpp"#include "call_graph_manager.hpp"#include "cpu_time.hpp"#include "custom_map.hpp"#include "custom_set.hpp"#include "dbgPrintHelper.hpp"#include "fu_binding.hpp"#include "function_behavior.hpp"#include "functions.hpp"#include "hls.hpp"#include "hls_constraints.hpp"#include "loop.hpp"#include "loops.hpp"#include "memory.hpp"#include "omp_functions.hpp"#include "op_graph.hpp"#include "schedule.hpp"#include "state_transition_graph.hpp"#include "state_transition_graph_manager.hpp"#include "string_manipulation.hpp"#include "structural_manager.hpp"#include "technology_manager.hpp"#include "technology_node.hpp"#include "time_info.hpp"#include "tree_basic_block.hpp"#include "tree_helper.hpp"#include "tree_manager.hpp"#include <boost/foreach.hpp>#include <boost/graph/depth_first_search.hpp>#include <boost/graph/graph_traits.hpp>#include <boost/graph/incremental_components.hpp>#include <cmath>
Go to the source code of this file.
Data Structures | |
| class | OpVertexSchedSorter |
Functions | |
| static void | add_EPP_edges (const StateTransitionGraphManagerRef &STG) |
| static size_t | compute_edge_increments (const StateTransitionGraphManagerRef &STG) |
|
static |
Definition at line 835 of file BB_based_stg.cpp.
References StateTransitionGraphManager::get_entry_state(), StateTransitionGraphManager::get_exit_state(), StateTransitionGraphManager::GetStg(), StateTransitionGraphManager::STG_builder, and THROW_ASSERT.
Referenced by BB_based_stg::compute_EPP_edge_increments().


|
static |
Definition at line 875 of file BB_based_stg.cpp.
References StateTransitionGraphManager::GetEPPStg(), max, lenet_tvm::target, and THROW_UNREACHABLE.
Referenced by BB_based_stg::compute_EPP_edge_increments().


1.8.13