[Decompiler] Remove most IR1 Analysis (#207)

* temp

* remove some of ir1
This commit is contained in:
water111
2021-01-22 22:03:58 -05:00
committed by GitHub
parent 8135c18e91
commit 4a97e15b40
21 changed files with 6 additions and 4105 deletions
-10
View File
@@ -711,16 +711,6 @@ int Function::get_failed_basic_op_count() {
return count;
}
int Function::get_reginfo_basic_op_count() {
int count = 0;
for (auto& x : basic_ops) {
if (x->reg_info_set) {
count++;
}
}
return count;
}
/*!
* Topological sort of basic blocks.
* Returns a valid ordering + a list of blocks that you can't reach and therefore