dynarmic/src/ir_opt
Lioncash 134bb02e19 ir/value: Replace includes with forward declarations
enum classes are still considered complete types when forward declared
(as the compiler knows the exact size of the type from the declaration
alone). The only difference in this case being that the members of the
enum class aren't visible. Given we don't use the members within this
header in any way, we can simply forward declare them here and remove
the inclusions.
2020-04-22 20:55:05 +01:00
..
a32_constant_memory_reads_pass.cpp A32: Change UserCallbacks to be similar to A64's interface 2020-04-22 20:46:12 +01:00
a32_get_set_elimination_pass.cpp ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +01:00
a64_callback_config_pass.cpp Implement DC instructions 2020-04-22 20:46:14 +01:00
a64_get_set_elimination_pass.cpp ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +01:00
a64_merge_interpret_blocks.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
constant_propagation_pass.cpp A32: Change UserCallbacks to be similar to A64's interface 2020-04-22 20:46:12 +01:00
dead_code_elimination_pass.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
passes.h Implement DC instructions 2020-04-22 20:46:14 +01:00
verification_pass.cpp Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00