PandA-2024.02
|
Class implementation of register allocation algorithm based on chordal algorithm. More...
#include "chordal_coloring_register.hpp"
#include "Parameter.hpp"
#include "behavioral_helper.hpp"
#include "cpu_time.hpp"
#include "dbgPrintHelper.hpp"
#include "hls.hpp"
#include "hls_manager.hpp"
#include "liveness.hpp"
#include "reg_binding.hpp"
#include "storage_value_information.hpp"
#include "utility.hpp"
#include <boost/graph/sequential_vertex_coloring.hpp>
#include <vector>
Go to the source code of this file.
Class implementation of register allocation algorithm based on chordal algorithm.
Definition in file chordal_coloring_register.cpp.