mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 18:59:37 -04:00
add register usage pass (#194)
This commit is contained in:
@@ -71,6 +71,7 @@ class ObjectFileDB {
|
||||
void ir2_basic_block_pass();
|
||||
void ir2_atomic_op_pass();
|
||||
void ir2_type_analysis_pass();
|
||||
void ir2_register_usage_pass();
|
||||
void ir2_write_results(const std::string& output_dir);
|
||||
std::string ir2_to_file(ObjectFileData& data);
|
||||
std::string ir2_function_to_string(ObjectFileData& data, Function& function, int seg);
|
||||
|
||||
Reference in New Issue
Block a user