|
1 | 1 | graph TD |
2 | 2 | annotations[annotations L2] |
3 | | - annotations -->|join| solver.incorrect_dead_decls |
4 | | - annotations -->|join| liveness.annotated_roots |
5 | 3 | exc_refs.exception_decls[exc_refs.exception_decls L3] |
6 | | - exc_refs.exception_decls -->|join| exc_refs.resolved_refs |
7 | 4 | type_deps.same_path_refs[type_deps.same_path_refs L4] |
8 | | - type_deps.same_path_refs -->|union| type_deps.u1 |
9 | 5 | file_collection[file_collection L0] |
10 | | - file_collection -->|flatMap| file_data_collection |
11 | 6 | decl_refs.value_decl_refs[decl_refs.value_decl_refs L7] |
12 | | - decl_refs.value_decl_refs -->|join| decl_refs.with_value_refs |
13 | 7 | type_deps.combined_refs_to[type_deps.combined_refs_to L7] |
14 | | - type_deps.combined_refs_to -->|flatMap| type_deps.all_type_refs_from |
15 | 8 | type_deps.all_type_refs_from[type_deps.all_type_refs_from L8] |
16 | | - type_deps.all_type_refs_from -->|union| liveness.type_refs_from |
17 | 9 | type_deps.impl_needing_path2[type_deps.impl_needing_path2 L4] |
18 | | - type_deps.impl_needing_path2 -->|join| type_deps.impl_to_intf_refs_path2 |
19 | 10 | exc_refs.resolved_refs_from[exc_refs.resolved_refs_from L5] |
20 | | - exc_refs.resolved_refs_from -->|union| liveness.value_refs_from |
21 | 11 | exc_refs.resolved_refs[exc_refs.resolved_refs L4] |
22 | | - exc_refs.resolved_refs -->|flatMap| exc_refs.resolved_refs_from |
23 | 12 | type_deps.impl_to_intf_refs_path2[type_deps.impl_to_intf_refs_path2 L5] |
24 | | - type_deps.impl_to_intf_refs_path2 -->|union| type_deps.u2 |
25 | 13 | file_deps_map[file_deps_map L2] |
26 | 14 | decl_refs.with_value_refs[decl_refs.with_value_refs L8] |
27 | | - decl_refs.with_value_refs -->|join| decl_refs.combined |
28 | 15 | type_deps.u1[type_deps.u1 L5] |
29 | | - type_deps.u1 -->|union| type_deps.u2 |
30 | 16 | cross_file_items[cross_file_items L2] |
31 | | - cross_file_items -->|flatMap| exception_refs_collection |
32 | 17 | decl_refs.decls_by_file[decl_refs.decls_by_file L3] |
33 | | - decl_refs.decls_by_file -->|join| decl_refs.type_decl_refs |
34 | | - decl_refs.decls_by_file -->|join| decl_refs.value_decl_refs |
35 | 18 | type_deps.impl_to_intf_refs[type_deps.impl_to_intf_refs L4] |
36 | | - type_deps.impl_to_intf_refs -->|union| type_deps.u1 |
37 | 19 | solver.issues_by_file[solver.issues_by_file L17] |
38 | | - solver.issues_by_file -->|flatMap| solver.modules_with_reported |
39 | 20 | liveness.annotated_roots[liveness.annotated_roots L3] |
40 | | - liveness.annotated_roots -->|union| liveness.all_roots |
41 | 21 | solver.incorrect_dead_decls[solver.incorrect_dead_decls L16] |
42 | 22 | type_deps.intf_to_impl_refs[type_deps.intf_to_impl_refs L4] |
43 | | - type_deps.intf_to_impl_refs -->|union| type_deps.combined_refs_to |
44 | 23 | type_deps.decl_by_path[type_deps.decl_by_path L3] |
45 | | - type_deps.decl_by_path -->|join| type_deps.intf_to_impl_refs |
46 | | - type_deps.decl_by_path -->|join| type_deps.impl_to_intf_refs_path2 |
47 | | - type_deps.decl_by_path -->|join| type_deps.impl_needing_path2 |
48 | | - type_deps.decl_by_path -->|join| type_deps.impl_to_intf_refs |
49 | | - type_deps.decl_by_path -->|flatMap| type_deps.same_path_refs |
50 | 24 | type_deps.u2[type_deps.u2 L6] |
51 | | - type_deps.u2 -->|union| type_deps.combined_refs_to |
52 | 25 | solver.live_decls[solver.live_decls L15] |
53 | | - solver.live_decls -->|join| solver.incorrect_dead_decls |
54 | | - solver.live_decls -->|flatMap| solver.modules_with_live |
55 | 26 | type_deps.impl_decls[type_deps.impl_decls L3] |
56 | | - type_deps.impl_decls -->|join| type_deps.impl_needing_path2 |
57 | | - type_deps.impl_decls -->|join| type_deps.impl_to_intf_refs |
58 | 27 | liveness.all_roots[liveness.all_roots L12] |
59 | | - liveness.all_roots -->|roots| liveness.live |
60 | 28 | solver.dead_modules[solver.dead_modules L17] |
61 | | - solver.dead_modules -->|join| solver.dead_module_issues |
62 | 29 | liveness.external_type_refs[liveness.external_type_refs L10] |
63 | | - liveness.external_type_refs -->|union| liveness.externally_referenced |
64 | 30 | decl_refs.combined[decl_refs.combined L12] |
65 | | - decl_refs.combined -->|flatMap| liveness.edges |
66 | 31 | type_refs_from[type_refs_from L2] |
67 | | - type_refs_from -->|union| liveness.type_refs_from |
68 | 32 | liveness.type_refs_from[liveness.type_refs_from L9] |
69 | | - liveness.type_refs_from -->|join| liveness.external_type_refs |
70 | | - liveness.type_refs_from -->|join| decl_refs.type_decl_refs |
71 | 33 | solver.dead_decls_by_file[solver.dead_decls_by_file L16] |
72 | | - solver.dead_decls_by_file -->|flatMap| solver.issues_by_file |
73 | 34 | liveness.external_value_refs[liveness.external_value_refs L7] |
74 | | - liveness.external_value_refs -->|union| liveness.externally_referenced |
75 | 35 | liveness.value_refs_from[liveness.value_refs_from L6] |
76 | | - liveness.value_refs_from -->|join| liveness.external_value_refs |
77 | | - liveness.value_refs_from -->|join| decl_refs.value_decl_refs |
78 | 36 | value_refs_from[value_refs_from L2] |
79 | | - value_refs_from -->|union| liveness.value_refs_from |
80 | 37 | solver.modules_with_dead[solver.modules_with_dead L16] |
81 | | - solver.modules_with_dead -->|join| solver.dead_modules |
82 | 38 | solver.dead_decls[solver.dead_decls L15] |
83 | | - solver.dead_decls -->|flatMap| solver.dead_decls_by_file |
84 | | - solver.dead_decls -->|flatMap| solver.modules_with_dead |
85 | 39 | exception_refs_collection[exception_refs_collection L3] |
86 | | - exception_refs_collection -->|join| exc_refs.resolved_refs |
87 | 40 | type_deps.intf_decls[type_deps.intf_decls L3] |
88 | | - type_deps.intf_decls -->|join| type_deps.intf_to_impl_refs |
89 | 41 | file_data_collection[file_data_collection L1] |
90 | | - file_data_collection -->|flatMap| files |
91 | | - file_data_collection -->|flatMap| file_deps_map |
92 | | - file_data_collection -->|flatMap| cross_file_items |
93 | | - file_data_collection -->|flatMap| type_refs_from |
94 | | - file_data_collection -->|flatMap| value_refs_from |
95 | | - file_data_collection -->|flatMap| annotations |
96 | | - file_data_collection -->|flatMap| decls |
97 | 42 | solver.dead_module_issues[solver.dead_module_issues L19] |
98 | 43 | decl_refs.with_type_refs[decl_refs.with_type_refs L11] |
99 | | - decl_refs.with_type_refs -->|join| decl_refs.combined |
100 | 44 | solver.modules_with_live[solver.modules_with_live L16] |
101 | | - solver.modules_with_live -->|join| solver.dead_modules |
102 | 45 | decl_refs.type_decl_refs[decl_refs.type_decl_refs L10] |
103 | | - decl_refs.type_decl_refs -->|join| decl_refs.with_type_refs |
104 | 46 | files[files L2] |
105 | 47 | solver.modules_with_reported[solver.modules_with_reported L18] |
106 | | - solver.modules_with_reported -->|join| solver.dead_module_issues |
107 | 48 | liveness.externally_referenced[liveness.externally_referenced L11] |
108 | | - liveness.externally_referenced -->|union| liveness.all_roots |
109 | 49 | liveness.edges[liveness.edges L13] |
110 | | - liveness.edges -->|edges| liveness.live |
111 | 50 | liveness.live[liveness.live L14] |
112 | | - liveness.live -->|join| solver.live_decls |
113 | | - liveness.live -->|join| solver.dead_decls |
114 | 51 | decls[decls L2] |
115 | | - decls -->|join| solver.live_decls |
116 | | - decls -->|join| solver.dead_decls |
117 | | - decls -->|join| liveness.annotated_roots |
118 | | - decls -->|join| liveness.external_type_refs |
119 | | - decls -->|join| liveness.external_value_refs |
120 | | - decls -->|join| decl_refs.with_type_refs |
121 | | - decls -->|join| decl_refs.with_value_refs |
| 52 | + type_deps.intf_to_impl_refs_join{join} |
| 53 | + liveness.external_value_refs_join{join} |
| 54 | + type_deps.impl_to_intf_refs_path2_join{join} |
| 55 | + solver.incorrect_dead_decls_join{join} |
| 56 | + liveness.value_refs_from_union{union} |
| 57 | + exc_refs.resolved_refs_join{join} |
| 58 | + type_deps.combined_refs_to_union{union} |
| 59 | + liveness.externally_referenced_union{union} |
| 60 | + solver.dead_modules_join{join} |
| 61 | + liveness.all_roots_union{union} |
| 62 | + solver.dead_module_issues_join{join} |
| 63 | + solver.dead_decls_join{join} |
| 64 | + liveness.annotated_roots_join{join} |
| 65 | + decl_refs.value_decl_refs_join{join} |
| 66 | + type_deps.impl_to_intf_refs_join{join} |
| 67 | + solver.live_decls_join{join} |
| 68 | + decl_refs.with_value_refs_join{join} |
| 69 | + liveness.type_refs_from_union{union} |
| 70 | + type_deps.impl_needing_path2_join{join} |
| 71 | + liveness.external_type_refs_join{join} |
| 72 | + liveness.live_fp{fixpoint} |
| 73 | + decl_refs.type_decl_refs_join{join} |
| 74 | + type_deps.u2_union{union} |
| 75 | + decl_refs.combined_join{join} |
| 76 | + type_deps.u1_union{union} |
| 77 | + decl_refs.with_type_refs_join{join} |
| 78 | + annotations --> solver.incorrect_dead_decls_join |
| 79 | + annotations --> liveness.annotated_roots_join |
| 80 | + exc_refs.exception_decls --> exc_refs.resolved_refs_join |
| 81 | + type_deps.same_path_refs --> type_deps.u1_union |
| 82 | + file_collection -->|flatMap| file_data_collection |
| 83 | + decl_refs.value_decl_refs --> decl_refs.with_value_refs_join |
| 84 | + type_deps.combined_refs_to -->|flatMap| type_deps.all_type_refs_from |
| 85 | + type_deps.all_type_refs_from --> liveness.type_refs_from_union |
| 86 | + type_deps.impl_needing_path2 --> type_deps.impl_to_intf_refs_path2_join |
| 87 | + exc_refs.resolved_refs_from --> liveness.value_refs_from_union |
| 88 | + exc_refs.resolved_refs -->|flatMap| exc_refs.resolved_refs_from |
| 89 | + type_deps.impl_to_intf_refs_path2 --> type_deps.u2_union |
| 90 | + decl_refs.with_value_refs --> decl_refs.combined_join |
| 91 | + type_deps.u1 --> type_deps.u2_union |
| 92 | + cross_file_items -->|flatMap| exception_refs_collection |
| 93 | + decl_refs.decls_by_file --> decl_refs.type_decl_refs_join |
| 94 | + decl_refs.decls_by_file --> decl_refs.value_decl_refs_join |
| 95 | + type_deps.impl_to_intf_refs --> type_deps.u1_union |
| 96 | + solver.issues_by_file -->|flatMap| solver.modules_with_reported |
| 97 | + liveness.annotated_roots --> liveness.all_roots_union |
| 98 | + type_deps.intf_to_impl_refs --> type_deps.combined_refs_to_union |
| 99 | + type_deps.decl_by_path --> type_deps.intf_to_impl_refs_join |
| 100 | + type_deps.decl_by_path --> type_deps.impl_to_intf_refs_path2_join |
| 101 | + type_deps.decl_by_path --> type_deps.impl_needing_path2_join |
| 102 | + type_deps.decl_by_path --> type_deps.impl_to_intf_refs_join |
| 103 | + type_deps.decl_by_path -->|flatMap| type_deps.same_path_refs |
| 104 | + type_deps.u2 --> type_deps.combined_refs_to_union |
| 105 | + solver.live_decls --> solver.incorrect_dead_decls_join |
| 106 | + solver.live_decls -->|flatMap| solver.modules_with_live |
| 107 | + type_deps.impl_decls --> type_deps.impl_needing_path2_join |
| 108 | + type_deps.impl_decls --> type_deps.impl_to_intf_refs_join |
| 109 | + liveness.all_roots --> liveness.live_fp |
| 110 | + solver.dead_modules --> solver.dead_module_issues_join |
| 111 | + liveness.external_type_refs --> liveness.externally_referenced_union |
| 112 | + decl_refs.combined -->|flatMap| liveness.edges |
| 113 | + type_refs_from --> liveness.type_refs_from_union |
| 114 | + liveness.type_refs_from --> liveness.external_type_refs_join |
| 115 | + liveness.type_refs_from --> decl_refs.type_decl_refs_join |
| 116 | + solver.dead_decls_by_file -->|flatMap| solver.issues_by_file |
| 117 | + liveness.external_value_refs --> liveness.externally_referenced_union |
| 118 | + liveness.value_refs_from --> liveness.external_value_refs_join |
| 119 | + liveness.value_refs_from --> decl_refs.value_decl_refs_join |
| 120 | + value_refs_from --> liveness.value_refs_from_union |
| 121 | + solver.modules_with_dead --> solver.dead_modules_join |
| 122 | + solver.dead_decls -->|flatMap| solver.dead_decls_by_file |
| 123 | + solver.dead_decls -->|flatMap| solver.modules_with_dead |
| 124 | + exception_refs_collection --> exc_refs.resolved_refs_join |
| 125 | + type_deps.intf_decls --> type_deps.intf_to_impl_refs_join |
| 126 | + file_data_collection -->|flatMap| files |
| 127 | + file_data_collection -->|flatMap| file_deps_map |
| 128 | + file_data_collection -->|flatMap| cross_file_items |
| 129 | + file_data_collection -->|flatMap| type_refs_from |
| 130 | + file_data_collection -->|flatMap| value_refs_from |
| 131 | + file_data_collection -->|flatMap| annotations |
| 132 | + file_data_collection -->|flatMap| decls |
| 133 | + decl_refs.with_type_refs --> decl_refs.combined_join |
| 134 | + solver.modules_with_live --> solver.dead_modules_join |
| 135 | + decl_refs.type_decl_refs --> decl_refs.with_type_refs_join |
| 136 | + solver.modules_with_reported --> solver.dead_module_issues_join |
| 137 | + liveness.externally_referenced --> liveness.all_roots_union |
| 138 | + liveness.edges --> liveness.live_fp |
| 139 | + liveness.live --> solver.live_decls_join |
| 140 | + liveness.live --> solver.dead_decls_join |
| 141 | + decls --> solver.live_decls_join |
| 142 | + decls --> solver.dead_decls_join |
| 143 | + decls --> liveness.annotated_roots_join |
| 144 | + decls --> liveness.external_type_refs_join |
| 145 | + decls --> liveness.external_value_refs_join |
| 146 | + decls --> decl_refs.with_type_refs_join |
| 147 | + decls --> decl_refs.with_value_refs_join |
122 | 148 | decls -->|flatMap| decl_refs.decls_by_file |
123 | 149 | decls -->|flatMap| exc_refs.exception_decls |
124 | 150 | decls -->|flatMap| type_deps.intf_decls |
125 | 151 | decls -->|flatMap| type_deps.impl_decls |
126 | 152 | decls -->|flatMap| type_deps.decl_by_path |
| 153 | + type_deps.intf_to_impl_refs_join --> type_deps.intf_to_impl_refs |
| 154 | + liveness.external_value_refs_join --> liveness.external_value_refs |
| 155 | + type_deps.impl_to_intf_refs_path2_join --> type_deps.impl_to_intf_refs_path2 |
| 156 | + solver.incorrect_dead_decls_join --> solver.incorrect_dead_decls |
| 157 | + liveness.value_refs_from_union --> liveness.value_refs_from |
| 158 | + exc_refs.resolved_refs_join --> exc_refs.resolved_refs |
| 159 | + type_deps.combined_refs_to_union --> type_deps.combined_refs_to |
| 160 | + liveness.externally_referenced_union --> liveness.externally_referenced |
| 161 | + solver.dead_modules_join --> solver.dead_modules |
| 162 | + liveness.all_roots_union --> liveness.all_roots |
| 163 | + solver.dead_module_issues_join --> solver.dead_module_issues |
| 164 | + solver.dead_decls_join --> solver.dead_decls |
| 165 | + liveness.annotated_roots_join --> liveness.annotated_roots |
| 166 | + decl_refs.value_decl_refs_join --> decl_refs.value_decl_refs |
| 167 | + type_deps.impl_to_intf_refs_join --> type_deps.impl_to_intf_refs |
| 168 | + solver.live_decls_join --> solver.live_decls |
| 169 | + decl_refs.with_value_refs_join --> decl_refs.with_value_refs |
| 170 | + liveness.type_refs_from_union --> liveness.type_refs_from |
| 171 | + type_deps.impl_needing_path2_join --> type_deps.impl_needing_path2 |
| 172 | + liveness.external_type_refs_join --> liveness.external_type_refs |
| 173 | + liveness.live_fp --> liveness.live |
| 174 | + decl_refs.type_decl_refs_join --> decl_refs.type_decl_refs |
| 175 | + type_deps.u2_union --> type_deps.u2 |
| 176 | + decl_refs.combined_join --> decl_refs.combined |
| 177 | + type_deps.u1_union --> type_deps.u1 |
| 178 | + decl_refs.with_type_refs_join --> decl_refs.with_type_refs |
127 | 179 |
|
0 commit comments