PandA-2024.02
|
Class implementation of a coloring based register allocation algorithm. More...
#include "vertex_coloring_register.hpp"
#include "Parameter.hpp"
#include "behavioral_helper.hpp"
#include "cpu_time.hpp"
#include "dbgPrintHelper.hpp"
#include "dsatur2_coloring.hpp"
#include "hls.hpp"
#include "hls_manager.hpp"
#include "liveness.hpp"
#include "reg_binding.hpp"
#include "storage_value_information.hpp"
#include "utility.hpp"
#include <vector>
Go to the source code of this file.
Class implementation of a coloring based register allocation algorithm.
Definition in file vertex_coloring_register.cpp.