PandA-2024.02
|
Files | |
file | chordal_coloring_register.cpp [code] |
Class implementation of register allocation algorithm based on chordal algorithm. | |
file | chordal_coloring_register.hpp [code] |
Class specification of the register allocation algorithms based on chordal algorithm. | |
file | compatibility_based_register.cpp [code] |
Base class specification for register allocation algorithm based on a compatibility graph. | |
file | compatibility_based_register.hpp [code] |
Base class specification for register allocation algorithm based on a compatibility graph. | |
file | conflict_based_register.cpp [code] |
Base class specification for register allocation algorithm based on a conflict graph. | |
file | conflict_based_register.hpp [code] |
Base class specification for register allocation algorithm based on a conflict graph. | |
file | network_flow.cpp [code] |
This class contains a network flow graph representation and min cost flow algorithm. | |
file | network_flow.hpp [code] |
This class contains a network flow graph representation and min cost flow algorithm. | |
file | unique_binding_register.cpp [code] |
Class implementation of unique binding register allocation algorithm. | |
file | unique_binding_register.hpp [code] |
Class specification of unique binding register allocation algorithm. | |
file | vertex_coloring_register.cpp [code] |
Class implementation of a coloring based register allocation algorithm. | |
file | vertex_coloring_register.hpp [code] |
Class specification of a coloring based register allocation algorithm. | |
file | weighted_clique_register.cpp [code] |
Weighted clique covering register allocation procedure. | |
file | weighted_clique_register.hpp [code] |
Weighted clique covering register allocation procedure. | |