FIR CFA: compute subgraph relationships automatically

No more `addSubGraph`. Also no more `owner` in graphs.

^KT-40526 Obsolete
^KT-40582 Obsolete
This commit is contained in:
pyos
2022-12-09 14:11:12 +01:00
committed by Dmitriy Novozhilov
parent 7ff5ad1ad0
commit 4c6eff9174
9 changed files with 97 additions and 141 deletions
@@ -67,10 +67,10 @@ digraph defaultArguments_kt {
}
7 -> {8};
8 -> {9 16};
8 -> {16 16} [style=dashed];
8 -> {16} [style=dashed];
9 -> {10};
10 -> {11 20};
10 -> {20 20} [style=dashed];
10 -> {20} [style=dashed];
11 -> {12};
12 -> {13};
13 -> {14};