xref: /llvm-project/polly/test/ScopDetectionDiagnostics/loop_has_multiple_exits.ll (revision e1f056f692d869708c1898d9d65a69ac5584a0ed)
1; RUN: opt %loadNPMPolly -pass-remarks-missed="polly-detect" -polly-detect-track-failures '-passes=print<polly-detect>' -disable-output 2>&1 < %s | FileCheck %s -match-full-lines
2;
3; Derived from test-suite/MultiSource/Benchmarks/BitBench/uuencode/uuencode.c
4;
5; CHECK: remark: uuencode.c:76:13: The following errors keep this region from being a Scop.
6; CHECK: remark: uuencode.c:83:3: Loop cannot be handled because it has multiple exits.
7; CHECK: remark: uuencode.c:95:21: Invalid Scop candidate ends here.
8
9
10target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
11
12define void @encode_line(ptr nocapture readonly %input, i32 %offset, i32 %octets, ptr nocapture %line) !dbg !9 {
13entry:
14  br label %entry.split, !dbg !26
15
16entry.split:                                      ; preds = %entry
17  call void @llvm.dbg.value(metadata ptr %input, metadata !17, metadata !DIExpression()), !dbg !26
18  call void @llvm.dbg.value(metadata i32 %offset, metadata !18, metadata !DIExpression()), !dbg !27
19  call void @llvm.dbg.value(metadata i32 %octets, metadata !19, metadata !DIExpression()), !dbg !28
20  call void @llvm.dbg.value(metadata ptr %line, metadata !20, metadata !DIExpression()), !dbg !29
21  call void @llvm.dbg.value(metadata i32 0, metadata !21, metadata !DIExpression()), !dbg !30
22  %conv = trunc i32 %octets to i8, !dbg !31
23  call void @llvm.dbg.value(metadata i8 %conv, metadata !32, metadata !DIExpression()), !dbg !37
24  %tmp = and i8 %conv, 63, !dbg !39
25  %addconv.i = add nuw nsw i8 %tmp, 32, !dbg !40
26  store i8 %addconv.i, ptr %line, align 1, !dbg !41, !tbaa !42
27  call void @llvm.dbg.value(metadata i32 1, metadata !21, metadata !DIExpression()), !dbg !30
28  call void @llvm.dbg.value(metadata i32 %offset, metadata !18, metadata !DIExpression()), !dbg !27
29  call void @llvm.dbg.value(metadata i32 %octets, metadata !19, metadata !DIExpression()), !dbg !28
30  %cmp220 = icmp sgt i32 %octets, 0, !dbg !45
31  br i1 %cmp220, label %for.body.preheader, label %for.end, !dbg !46
32
33for.body.preheader:                               ; preds = %entry.split
34  %tmp1 = sext i32 %offset to i64, !dbg !47
35  br label %for.body, !dbg !47
36
37for.body:                                         ; preds = %if.end126, %for.body.preheader
38  %indvars.iv = phi i64 [ %tmp1, %for.body.preheader ], [ %indvars.iv.next, %if.end126 ]
39  %loffs.0223 = phi i32 [ 1, %for.body.preheader ], [ %inc49, %if.end126 ]
40  %octets.addr.0221 = phi i32 [ %octets, %for.body.preheader ], [ %sub, %if.end126 ]
41  call void @llvm.dbg.value(metadata i32 %loffs.0223, metadata !21, metadata !DIExpression()), !dbg !30
42  call void @llvm.dbg.value(metadata i64 %indvars.iv, metadata !18, metadata !DIExpression()), !dbg !27
43  call void @llvm.dbg.value(metadata i32 %octets.addr.0221, metadata !19, metadata !DIExpression()), !dbg !28
44  %cmp3 = icmp sgt i32 %octets.addr.0221, 2, !dbg !47
45  br i1 %cmp3, label %if.end126, label %if.else, !dbg !49
46
47if.else:                                          ; preds = %for.body
48  call void @llvm.dbg.value(metadata i64 %indvars.iv, metadata !18, metadata !DIExpression()), !dbg !27
49  call void @llvm.dbg.value(metadata i32 %loffs.0223, metadata !21, metadata !DIExpression()), !dbg !30
50  call void @llvm.dbg.value(metadata i32 %octets.addr.0221, metadata !19, metadata !DIExpression()), !dbg !28
51  br label %for.end
52
53if.then54:                                        ; No predecessors!
54  %arrayidx56 = getelementptr inbounds i8, ptr %input, i64 %indvars.iv, !dbg !50
55  %tmp2 = load i8, ptr %arrayidx56, align 1, !dbg !50, !tbaa !42
56  %tmp3 = lshr i8 %tmp2, 2, !dbg !54
57  call void @llvm.dbg.value(metadata i8 %tmp2, metadata !32, metadata !DIExpression(DW_OP_constu, 2, DW_OP_shra, DW_OP_stack_value)), !dbg !55
58  %addconv.i210 = add nuw nsw i8 %tmp3, 32, !dbg !57
59  call void @llvm.dbg.value(metadata i8 %addconv.i210, metadata !22, metadata !DIExpression()), !dbg !58
60  %inc62 = add nuw nsw i32 %loffs.0223, 1, !dbg !59
61  call void @llvm.dbg.value(metadata i32 %inc62, metadata !21, metadata !DIExpression()), !dbg !30
62  %tmp4 = zext i32 %loffs.0223 to i64, !dbg !60
63  %arrayidx64 = getelementptr inbounds i8, ptr %line, i64 %tmp4, !dbg !60
64  store i8 %addconv.i210, ptr %arrayidx64, align 1, !dbg !61, !tbaa !42
65  %tmp5 = load i8, ptr %arrayidx56, align 1, !dbg !62, !tbaa !42
66  %shl68 = shl i8 %tmp5, 4, !dbg !63
67  call void @llvm.dbg.value(metadata i8 %shl68, metadata !32, metadata !DIExpression()), !dbg !64
68  %tmp6 = and i8 %shl68, 48, !dbg !66
69  %addconv.i208 = add nuw nsw i8 %tmp6, 32, !dbg !67
70  call void @llvm.dbg.value(metadata i8 %addconv.i208, metadata !22, metadata !DIExpression()), !dbg !58
71  %inc72 = add nuw nsw i32 %loffs.0223, 2, !dbg !68
72  call void @llvm.dbg.value(metadata i32 %inc72, metadata !21, metadata !DIExpression()), !dbg !30
73  %tmp7 = zext i32 %inc62 to i64, !dbg !69
74  %arrayidx74 = getelementptr inbounds i8, ptr %line, i64 %tmp7, !dbg !69
75  store i8 %addconv.i208, ptr %arrayidx74, align 1, !dbg !70, !tbaa !42
76  %inc75 = add nuw nsw i32 %loffs.0223, 3, !dbg !71
77  call void @llvm.dbg.value(metadata i32 %inc75, metadata !21, metadata !DIExpression()), !dbg !30
78  %tmp8 = zext i32 %inc72 to i64, !dbg !72
79  %arrayidx77 = getelementptr inbounds i8, ptr %line, i64 %tmp8, !dbg !72
80  store i8 61, ptr %arrayidx77, align 1, !dbg !73, !tbaa !42
81  %inc78 = add nuw nsw i32 %loffs.0223, 4, !dbg !74
82  call void @llvm.dbg.value(metadata i32 %inc78, metadata !21, metadata !DIExpression()), !dbg !30
83  %tmp9 = zext i32 %inc75 to i64, !dbg !75
84  %arrayidx80 = getelementptr inbounds i8, ptr %line, i64 %tmp9, !dbg !75
85  store i8 61, ptr %arrayidx80, align 1, !dbg !76, !tbaa !42
86  br label %for.end, !dbg !77
87
88if.then84:                                        ; No predecessors!
89  %arrayidx86 = getelementptr inbounds i8, ptr %input, i64 %indvars.iv, !dbg !78
90  %tmp10 = load i8, ptr %arrayidx86, align 1, !dbg !78, !tbaa !42
91  %tmp11 = lshr i8 %tmp10, 2, !dbg !82
92  call void @llvm.dbg.value(metadata i8 %tmp10, metadata !32, metadata !DIExpression(DW_OP_constu, 2, DW_OP_shra, DW_OP_stack_value)), !dbg !83
93  %addconv.i206 = add nuw nsw i8 %tmp11, 32, !dbg !85
94  call void @llvm.dbg.value(metadata i8 %addconv.i206, metadata !22, metadata !DIExpression()), !dbg !58
95  %inc92 = add nuw nsw i32 %loffs.0223, 1, !dbg !86
96  call void @llvm.dbg.value(metadata i32 %inc92, metadata !21, metadata !DIExpression()), !dbg !30
97  %tmp12 = zext i32 %loffs.0223 to i64, !dbg !87
98  %arrayidx94 = getelementptr inbounds i8, ptr %line, i64 %tmp12, !dbg !87
99  store i8 %addconv.i206, ptr %arrayidx94, align 1, !dbg !88, !tbaa !42
100  %tmp13 = load i8, ptr %arrayidx86, align 1, !dbg !89, !tbaa !42
101  %shl98 = shl i8 %tmp13, 4, !dbg !90
102  %tmp14 = add nsw i64 %indvars.iv, 1, !dbg !91
103  %arrayidx101 = getelementptr inbounds i8, ptr %input, i64 %tmp14, !dbg !92
104  %tmp15 = load i8, ptr %arrayidx101, align 1, !dbg !92, !tbaa !42
105  %tmp16 = ashr i8 %tmp15, 4, !dbg !93
106  %or104 = or i8 %tmp16, %shl98, !dbg !94
107  call void @llvm.dbg.value(metadata i8 %or104, metadata !32, metadata !DIExpression()), !dbg !95
108  %tmp17 = and i8 %or104, 63, !dbg !97
109  %addconv.i204 = add nuw nsw i8 %tmp17, 32, !dbg !98
110  call void @llvm.dbg.value(metadata i8 %addconv.i204, metadata !22, metadata !DIExpression()), !dbg !58
111  %inc108 = add nuw nsw i32 %loffs.0223, 2, !dbg !99
112  call void @llvm.dbg.value(metadata i32 %inc108, metadata !21, metadata !DIExpression()), !dbg !30
113  %tmp18 = zext i32 %inc92 to i64, !dbg !100
114  %arrayidx110 = getelementptr inbounds i8, ptr %line, i64 %tmp18, !dbg !100
115  store i8 %addconv.i204, ptr %arrayidx110, align 1, !dbg !101, !tbaa !42
116  %tmp19 = load i8, ptr %arrayidx101, align 1, !dbg !102, !tbaa !42
117  %shl115 = shl i8 %tmp19, 2, !dbg !103
118  call void @llvm.dbg.value(metadata i8 %shl115, metadata !32, metadata !DIExpression()), !dbg !104
119  %tmp20 = and i8 %shl115, 60, !dbg !106
120  %addconv.i202 = add nuw nsw i8 %tmp20, 32, !dbg !107
121  call void @llvm.dbg.value(metadata i8 %addconv.i202, metadata !22, metadata !DIExpression()), !dbg !58
122  %inc119 = add nuw nsw i32 %loffs.0223, 3, !dbg !108
123  call void @llvm.dbg.value(metadata i32 %inc119, metadata !21, metadata !DIExpression()), !dbg !30
124  %tmp21 = zext i32 %inc108 to i64, !dbg !109
125  %arrayidx121 = getelementptr inbounds i8, ptr %line, i64 %tmp21, !dbg !109
126  store i8 %addconv.i202, ptr %arrayidx121, align 1, !dbg !110, !tbaa !42
127  %inc122 = add nuw nsw i32 %loffs.0223, 4, !dbg !111
128  call void @llvm.dbg.value(metadata i32 %inc122, metadata !21, metadata !DIExpression()), !dbg !30
129  %tmp22 = zext i32 %inc119 to i64, !dbg !112
130  %arrayidx124 = getelementptr inbounds i8, ptr %line, i64 %tmp22, !dbg !112
131  store i8 61, ptr %arrayidx124, align 1, !dbg !113, !tbaa !42
132  br label %for.end, !dbg !114
133
134if.end126:                                        ; preds = %for.body
135  %arrayidx6 = getelementptr inbounds i8, ptr %input, i64 %indvars.iv, !dbg !115
136  %tmp23 = load i8, ptr %arrayidx6, align 1, !dbg !115, !tbaa !42
137  %tmp24 = lshr i8 %tmp23, 2, !dbg !117
138  call void @llvm.dbg.value(metadata i8 %tmp23, metadata !32, metadata !DIExpression(DW_OP_constu, 2, DW_OP_shra, DW_OP_stack_value)), !dbg !118
139  %addconv.i218 = add nuw nsw i8 %tmp24, 32, !dbg !120
140  call void @llvm.dbg.value(metadata i8 %addconv.i218, metadata !22, metadata !DIExpression()), !dbg !58
141  %inc11 = add nuw nsw i32 %loffs.0223, 1, !dbg !121
142  call void @llvm.dbg.value(metadata i32 %inc11, metadata !21, metadata !DIExpression()), !dbg !30
143  %tmp25 = zext i32 %loffs.0223 to i64, !dbg !122
144  %arrayidx13 = getelementptr inbounds i8, ptr %line, i64 %tmp25, !dbg !122
145  store i8 %addconv.i218, ptr %arrayidx13, align 1, !dbg !123, !tbaa !42
146  %tmp26 = load i8, ptr %arrayidx6, align 1, !dbg !124, !tbaa !42
147  %shl = shl i8 %tmp26, 4, !dbg !125
148  %tmp27 = add nsw i64 %indvars.iv, 1, !dbg !126
149  %arrayidx18 = getelementptr inbounds i8, ptr %input, i64 %tmp27, !dbg !127
150  %tmp28 = load i8, ptr %arrayidx18, align 1, !dbg !127, !tbaa !42
151  %tmp29 = ashr i8 %tmp28, 4, !dbg !128
152  %or = or i8 %tmp29, %shl, !dbg !129
153  call void @llvm.dbg.value(metadata i8 %or, metadata !32, metadata !DIExpression()), !dbg !130
154  %tmp30 = and i8 %or, 63, !dbg !132
155  %addconv.i216 = add nuw nsw i8 %tmp30, 32, !dbg !133
156  call void @llvm.dbg.value(metadata i8 %addconv.i216, metadata !22, metadata !DIExpression()), !dbg !58
157  %inc24 = add nuw nsw i32 %loffs.0223, 2, !dbg !134
158  call void @llvm.dbg.value(metadata i32 %inc24, metadata !21, metadata !DIExpression()), !dbg !30
159  %tmp31 = zext i32 %inc11 to i64, !dbg !135
160  %arrayidx26 = getelementptr inbounds i8, ptr %line, i64 %tmp31, !dbg !135
161  store i8 %addconv.i216, ptr %arrayidx26, align 1, !dbg !136, !tbaa !42
162  %tmp32 = load i8, ptr %arrayidx18, align 1, !dbg !137, !tbaa !42
163  %shl31 = shl i8 %tmp32, 2, !dbg !138
164  %tmp33 = add nsw i64 %indvars.iv, 2, !dbg !139
165  %arrayidx34 = getelementptr inbounds i8, ptr %input, i64 %tmp33, !dbg !140
166  %tmp34 = load i8, ptr %arrayidx34, align 1, !dbg !140, !tbaa !42
167  %tmp35 = ashr i8 %tmp34, 6, !dbg !141
168  %or37 = or i8 %tmp35, %shl31, !dbg !142
169  call void @llvm.dbg.value(metadata i8 %or37, metadata !32, metadata !DIExpression()), !dbg !143
170  %tmp36 = and i8 %or37, 63, !dbg !145
171  %addconv.i214 = add nuw nsw i8 %tmp36, 32, !dbg !146
172  call void @llvm.dbg.value(metadata i8 %addconv.i214, metadata !22, metadata !DIExpression()), !dbg !58
173  %inc41 = add nuw nsw i32 %loffs.0223, 3, !dbg !147
174  call void @llvm.dbg.value(metadata i32 %inc41, metadata !21, metadata !DIExpression()), !dbg !30
175  %tmp37 = zext i32 %inc24 to i64, !dbg !148
176  %arrayidx43 = getelementptr inbounds i8, ptr %line, i64 %tmp37, !dbg !148
177  store i8 %addconv.i214, ptr %arrayidx43, align 1, !dbg !149, !tbaa !42
178  %tmp38 = load i8, ptr %arrayidx34, align 1, !dbg !150, !tbaa !42
179  call void @llvm.dbg.value(metadata i8 %tmp38, metadata !32, metadata !DIExpression()), !dbg !151
180  %tmp39 = and i8 %tmp38, 63, !dbg !153
181  %addconv.i212 = add nuw nsw i8 %tmp39, 32, !dbg !154
182  call void @llvm.dbg.value(metadata i8 %addconv.i212, metadata !22, metadata !DIExpression()), !dbg !58
183  %inc49 = add nuw nsw i32 %loffs.0223, 4, !dbg !155
184  call void @llvm.dbg.value(metadata i32 %inc49, metadata !21, metadata !DIExpression()), !dbg !30
185  %tmp40 = zext i32 %inc41 to i64, !dbg !156
186  %arrayidx51 = getelementptr inbounds i8, ptr %line, i64 %tmp40, !dbg !156
187  store i8 %addconv.i212, ptr %arrayidx51, align 1, !dbg !157, !tbaa !42
188  %indvars.iv.next = add nsw i64 %indvars.iv, 3, !dbg !158
189  %sub = add nsw i32 %octets.addr.0221, -3, !dbg !159
190  call void @llvm.dbg.value(metadata i32 %inc49, metadata !21, metadata !DIExpression()), !dbg !30
191  call void @llvm.dbg.value(metadata i32 undef, metadata !18, metadata !DIExpression(DW_OP_plus_uconst, 3, DW_OP_stack_value)), !dbg !27
192  call void @llvm.dbg.value(metadata i32 %sub, metadata !19, metadata !DIExpression()), !dbg !28
193  %cmp = icmp eq i32 %octets.addr.0221, 3, !dbg !45
194  br i1 %cmp, label %for.end, label %for.body, !dbg !46, !llvm.loop !160
195
196for.end:                                          ; preds = %if.end126, %if.then84, %if.then54, %if.else, %entry.split
197  %loffs.0.lcssa = phi i32 [ 1, %entry.split ], [ %loffs.0223, %if.else ], [ %inc122, %if.then84 ], [ %inc78, %if.then54 ], [ %inc49, %if.end126 ]
198  call void @llvm.dbg.value(metadata i32 %loffs.0.lcssa, metadata !21, metadata !DIExpression()), !dbg !30
199  %inc128 = add nsw i32 %loffs.0.lcssa, 1, !dbg !162
200  call void @llvm.dbg.value(metadata i32 %inc128, metadata !21, metadata !DIExpression()), !dbg !30
201  %idxprom129 = sext i32 %loffs.0.lcssa to i64, !dbg !163
202  %arrayidx130 = getelementptr inbounds i8, ptr %line, i64 %idxprom129, !dbg !163
203  store i8 10, ptr %arrayidx130, align 1, !dbg !164, !tbaa !42
204  %idxprom131 = sext i32 %inc128 to i64, !dbg !165
205  %arrayidx132 = getelementptr inbounds i8, ptr %line, i64 %idxprom131, !dbg !165
206  store i8 0, ptr %arrayidx132, align 1, !dbg !166, !tbaa !42
207  ret void, !dbg !167
208}
209
210; Function Attrs: nounwind readnone speculatable
211declare void @llvm.dbg.value(metadata, metadata, metadata) #0
212
213attributes #0 = { nounwind readnone speculatable }
214
215!llvm.dbg.cu = !{!0}
216!llvm.module.flags = !{!5, !6, !7}
217!llvm.ident = !{!8}
218
219!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 7.0.0 (trunk 330016) (llvm/trunk 330038)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !3)
220!1 = !DIFile(filename: "C:\5CUsers\5CMeinersbur\5Csrc\5Cllvm\5Ctools\5Cpolly\5Ctest\5Cuuencode.c", directory: "/tmp/runtest-kzqu096e")
221!2 = !{}
222!3 = !{!4}
223!4 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: null, size: 64)
224!5 = !{i32 2, !"Dwarf Version", i32 4}
225!6 = !{i32 2, !"Debug Info Version", i32 3}
226!7 = !{i32 1, !"wchar_size", i32 4}
227!8 = !{!"clang version 7.0.0 (trunk 330016) (llvm/trunk 330038)"}
228!9 = distinct !DISubprogram(name: "encode_line", scope: !10, file: !10, line: 79, type: !11, isLocal: false, isDefinition: true, scopeLine: 79, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !16)
229!10 = !DIFile(filename: "uuencode.c", directory: "/tmp/runtest-kzqu096e")
230!11 = !DISubroutineType(types: !12)
231!12 = !{null, !13, !15, !15, !13}
232!13 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !14, size: 64)
233!14 = !DIBasicType(name: "char", size: 8, encoding: DW_ATE_signed_char)
234!15 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
235!16 = !{!17, !18, !19, !20, !21, !22}
236!17 = !DILocalVariable(name: "input", arg: 1, scope: !9, file: !10, line: 79, type: !13)
237!18 = !DILocalVariable(name: "offset", arg: 2, scope: !9, file: !10, line: 79, type: !15)
238!19 = !DILocalVariable(name: "octets", arg: 3, scope: !9, file: !10, line: 79, type: !15)
239!20 = !DILocalVariable(name: "line", arg: 4, scope: !9, file: !10, line: 79, type: !13)
240!21 = !DILocalVariable(name: "loffs", scope: !9, file: !10, line: 80, type: !15)
241!22 = !DILocalVariable(name: "ch", scope: !23, file: !10, line: 86, type: !14)
242!23 = distinct !DILexicalBlock(scope: !24, file: !10, line: 83, column: 55)
243!24 = distinct !DILexicalBlock(scope: !25, file: !10, line: 83, column: 3)
244!25 = distinct !DILexicalBlock(scope: !9, file: !10, line: 83, column: 3)
245!26 = !DILocation(line: 79, column: 24, scope: !9)
246!27 = !DILocation(line: 79, column: 35, scope: !9)
247!28 = !DILocation(line: 79, column: 47, scope: !9)
248!29 = !DILocation(line: 79, column: 61, scope: !9)
249!30 = !DILocation(line: 80, column: 7, scope: !9)
250!31 = !DILocation(line: 81, column: 27, scope: !9)
251!32 = !DILocalVariable(name: "c", arg: 1, scope: !33, file: !10, line: 75, type: !14)
252!33 = distinct !DISubprogram(name: "encode_char", scope: !10, file: !10, line: 75, type: !34, isLocal: false, isDefinition: true, scopeLine: 75, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !36)
253!34 = !DISubroutineType(types: !35)
254!35 = !{!15, !14}
255!36 = !{!32}
256!37 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !38)
257!38 = distinct !DILocation(line: 81, column: 15, scope: !9)
258!39 = !DILocation(line: 76, column: 17, scope: !33, inlinedAt: !38)
259!40 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !38)
260!41 = !DILocation(line: 81, column: 14, scope: !9)
261!42 = !{!43, !43, i64 0}
262!43 = !{!"omnipotent char", !44, i64 0}
263!44 = !{!"Simple C/C++ TBAA"}
264!45 = !DILocation(line: 83, column: 24, scope: !24)
265!46 = !DILocation(line: 83, column: 3, scope: !25)
266!47 = !DILocation(line: 87, column: 16, scope: !48)
267!48 = distinct !DILexicalBlock(scope: !23, file: !10, line: 87, column: 9)
268!49 = !DILocation(line: 87, column: 9, scope: !23)
269!50 = !DILocation(line: 99, column: 23, scope: !51)
270!51 = distinct !DILexicalBlock(scope: !52, file: !10, line: 98, column: 24)
271!52 = distinct !DILexicalBlock(scope: !53, file: !10, line: 98, column: 11)
272!53 = distinct !DILexicalBlock(scope: !48, file: !10, line: 97, column: 12)
273!54 = !DILocation(line: 99, column: 37, scope: !51)
274!55 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !56)
275!56 = distinct !DILocation(line: 99, column: 10, scope: !51)
276!57 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !56)
277!58 = !DILocation(line: 86, column: 10, scope: !23)
278!59 = !DILocation(line: 100, column: 15, scope: !51)
279!60 = !DILocation(line: 100, column: 5, scope: !51)
280!61 = !DILocation(line: 100, column: 19, scope: !51)
281!62 = !DILocation(line: 101, column: 23, scope: !51)
282!63 = !DILocation(line: 101, column: 37, scope: !51)
283!64 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !65)
284!65 = distinct !DILocation(line: 101, column: 10, scope: !51)
285!66 = !DILocation(line: 76, column: 17, scope: !33, inlinedAt: !65)
286!67 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !65)
287!68 = !DILocation(line: 102, column: 15, scope: !51)
288!69 = !DILocation(line: 102, column: 5, scope: !51)
289!70 = !DILocation(line: 102, column: 19, scope: !51)
290!71 = !DILocation(line: 103, column: 15, scope: !51)
291!72 = !DILocation(line: 103, column: 5, scope: !51)
292!73 = !DILocation(line: 103, column: 19, scope: !51)
293!74 = !DILocation(line: 104, column: 15, scope: !51)
294!75 = !DILocation(line: 104, column: 5, scope: !51)
295!76 = !DILocation(line: 104, column: 19, scope: !51)
296!77 = !DILocation(line: 106, column: 4, scope: !51)
297!78 = !DILocation(line: 108, column: 25, scope: !79)
298!79 = distinct !DILexicalBlock(scope: !80, file: !10, line: 107, column: 22)
299!80 = distinct !DILexicalBlock(scope: !81, file: !10, line: 107, column: 9)
300!81 = distinct !DILexicalBlock(scope: !52, file: !10, line: 106, column: 11)
301!82 = !DILocation(line: 108, column: 40, scope: !79)
302!83 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !84)
303!84 = distinct !DILocation(line: 108, column: 11, scope: !79)
304!85 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !84)
305!86 = !DILocation(line: 109, column: 16, scope: !79)
306!87 = !DILocation(line: 109, column: 6, scope: !79)
307!88 = !DILocation(line: 109, column: 20, scope: !79)
308!89 = !DILocation(line: 110, column: 25, scope: !79)
309!90 = !DILocation(line: 110, column: 39, scope: !79)
310!91 = !DILocation(line: 110, column: 60, scope: !79)
311!92 = !DILocation(line: 110, column: 48, scope: !79)
312!93 = !DILocation(line: 110, column: 64, scope: !79)
313!94 = !DILocation(line: 110, column: 45, scope: !79)
314!95 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !96)
315!96 = distinct !DILocation(line: 110, column: 11, scope: !79)
316!97 = !DILocation(line: 76, column: 17, scope: !33, inlinedAt: !96)
317!98 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !96)
318!99 = !DILocation(line: 111, column: 16, scope: !79)
319!100 = !DILocation(line: 111, column: 6, scope: !79)
320!101 = !DILocation(line: 111, column: 20, scope: !79)
321!102 = !DILocation(line: 112, column: 24, scope: !79)
322!103 = !DILocation(line: 112, column: 40, scope: !79)
323!104 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !105)
324!105 = distinct !DILocation(line: 112, column: 11, scope: !79)
325!106 = !DILocation(line: 76, column: 17, scope: !33, inlinedAt: !105)
326!107 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !105)
327!108 = !DILocation(line: 113, column: 16, scope: !79)
328!109 = !DILocation(line: 113, column: 6, scope: !79)
329!110 = !DILocation(line: 113, column: 20, scope: !79)
330!111 = !DILocation(line: 114, column: 16, scope: !79)
331!112 = !DILocation(line: 114, column: 6, scope: !79)
332!113 = !DILocation(line: 114, column: 20, scope: !79)
333!114 = !DILocation(line: 116, column: 5, scope: !79)
334!115 = !DILocation(line: 88, column: 25, scope: !116)
335!116 = distinct !DILexicalBlock(scope: !48, file: !10, line: 87, column: 22)
336!117 = !DILocation(line: 88, column: 39, scope: !116)
337!118 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !119)
338!119 = distinct !DILocation(line: 88, column: 12, scope: !116)
339!120 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !119)
340!121 = !DILocation(line: 89, column: 17, scope: !116)
341!122 = !DILocation(line: 89, column: 7, scope: !116)
342!123 = !DILocation(line: 89, column: 21, scope: !116)
343!124 = !DILocation(line: 90, column: 26, scope: !116)
344!125 = !DILocation(line: 90, column: 40, scope: !116)
345!126 = !DILocation(line: 90, column: 61, scope: !116)
346!127 = !DILocation(line: 90, column: 49, scope: !116)
347!128 = !DILocation(line: 90, column: 65, scope: !116)
348!129 = !DILocation(line: 90, column: 46, scope: !116)
349!130 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !131)
350!131 = distinct !DILocation(line: 90, column: 12, scope: !116)
351!132 = !DILocation(line: 76, column: 17, scope: !33, inlinedAt: !131)
352!133 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !131)
353!134 = !DILocation(line: 91, column: 17, scope: !116)
354!135 = !DILocation(line: 91, column: 7, scope: !116)
355!136 = !DILocation(line: 91, column: 21, scope: !116)
356!137 = !DILocation(line: 92, column: 26, scope: !116)
357!138 = !DILocation(line: 92, column: 42, scope: !116)
358!139 = !DILocation(line: 92, column: 63, scope: !116)
359!140 = !DILocation(line: 92, column: 51, scope: !116)
360!141 = !DILocation(line: 92, column: 67, scope: !116)
361!142 = !DILocation(line: 92, column: 48, scope: !116)
362!143 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !144)
363!144 = distinct !DILocation(line: 92, column: 12, scope: !116)
364!145 = !DILocation(line: 76, column: 17, scope: !33, inlinedAt: !144)
365!146 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !144)
366!147 = !DILocation(line: 93, column: 17, scope: !116)
367!148 = !DILocation(line: 93, column: 7, scope: !116)
368!149 = !DILocation(line: 93, column: 21, scope: !116)
369!150 = !DILocation(line: 94, column: 25, scope: !116)
370!151 = !DILocation(line: 75, column: 18, scope: !33, inlinedAt: !152)
371!152 = distinct !DILocation(line: 94, column: 12, scope: !116)
372!153 = !DILocation(line: 76, column: 17, scope: !33, inlinedAt: !152)
373!154 = !DILocation(line: 76, column: 13, scope: !33, inlinedAt: !152)
374!155 = !DILocation(line: 95, column: 17, scope: !116)
375!156 = !DILocation(line: 95, column: 7, scope: !116)
376!157 = !DILocation(line: 95, column: 21, scope: !116)
377!158 = !DILocation(line: 83, column: 36, scope: !24)
378!159 = !DILocation(line: 83, column: 49, scope: !24)
379!160 = distinct !{!160, !46, !161}
380!161 = !DILocation(line: 119, column: 3, scope: !25)
381!162 = !DILocation(line: 121, column: 13, scope: !9)
382!163 = !DILocation(line: 121, column: 3, scope: !9)
383!164 = !DILocation(line: 121, column: 17, scope: !9)
384!165 = !DILocation(line: 122, column: 3, scope: !9)
385!166 = !DILocation(line: 122, column: 15, scope: !9)
386!167 = !DILocation(line: 124, column: 1, scope: !9)
387