Bill Schmidt | 3684fdd | 2013-10-18 14:20:11 +0000 | [diff] [blame] | 1 | ; RUN: llc -mcpu=pwr7 -O0 < %s |
| 2 | |
| 3 | ; This test formerly failed due to a DBG_VALUE being placed prior to a PHI |
| 4 | ; when fast-isel is partially successful before punting to DAG-isel. |
| 5 | |
| 6 | target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64" |
| 7 | target triple = "powerpc64-unknown-linux-gnu" |
| 8 | |
| 9 | @grid_points = external global [3 x i32], align 4 |
| 10 | |
| 11 | ; Function Attrs: nounwind |
Peter Collingbourne | d4bff30 | 2015-11-05 22:03:56 +0000 | [diff] [blame] | 12 | define fastcc void @compute_rhs() #0 !dbg !114 { |
Bill Schmidt | 3684fdd | 2013-10-18 14:20:11 +0000 | [diff] [blame] | 13 | entry: |
| 14 | br i1 undef, label %for.cond871.preheader.for.inc960_crit_edge, label %for.end1042, !dbg !439 |
| 15 | |
| 16 | for.cond871.preheader.for.inc960_crit_edge: ; preds = %for.cond871.preheader.for.inc960_crit_edge, %entry |
| 17 | br i1 false, label %for.cond871.preheader.for.inc960_crit_edge, label %for.cond964.preheader, !dbg !439 |
| 18 | |
| 19 | for.cond964.preheader: ; preds = %for.cond871.preheader.for.inc960_crit_edge |
| 20 | br i1 undef, label %for.cond968.preheader, label %for.end1042, !dbg !441 |
| 21 | |
| 22 | for.cond968.preheader: ; preds = %for.cond968.preheader, %for.cond964.preheader |
| 23 | br i1 false, label %for.cond968.preheader, label %for.end1042, !dbg !441 |
| 24 | |
| 25 | for.end1042: ; preds = %for.cond968.preheader, %for.cond964.preheader, %entry |
| 26 | %0 = phi i32 [ undef, %for.cond964.preheader ], [ undef, %for.cond968.preheader ], [ undef, %entry ] |
David Blaikie | f72d05b | 2015-03-13 18:20:45 +0000 | [diff] [blame] | 27 | %1 = load i32, i32* getelementptr inbounds ([3 x i32], [3 x i32]* @grid_points, i64 0, i64 0), align 4, !dbg !443, !tbaa !444 |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 28 | tail call void @llvm.dbg.value(metadata i32 1, i64 0, metadata !119, metadata !DIExpression()), !dbg !448 |
Bill Schmidt | 3684fdd | 2013-10-18 14:20:11 +0000 | [diff] [blame] | 29 | %sub10454270 = add nsw i32 %0, -1, !dbg !448 |
| 30 | %cmp10464271 = icmp sgt i32 %sub10454270, 1, !dbg !448 |
| 31 | %sub11134263 = add nsw i32 %1, -1, !dbg !450 |
| 32 | %cmp11144264 = icmp sgt i32 %sub11134263, 1, !dbg !450 |
| 33 | br i1 %cmp11144264, label %for.cond1116.preheader, label %for.cond1816.preheader.for.inc1898_crit_edge, !dbg !450 |
| 34 | |
| 35 | for.cond1116.preheader: ; preds = %for.inc1658, %for.end1042 |
| 36 | br i1 %cmp10464271, label %for.body1123, label %for.inc1658, !dbg !452 |
| 37 | |
| 38 | for.body1123: ; preds = %for.body1123, %for.cond1116.preheader |
| 39 | br label %for.body1123, !dbg !455 |
| 40 | |
| 41 | for.inc1658: ; preds = %for.cond1116.preheader |
| 42 | br i1 undef, label %for.cond1116.preheader, label %for.cond1816.preheader.for.inc1898_crit_edge, !dbg !450 |
| 43 | |
| 44 | for.cond1816.preheader.for.inc1898_crit_edge: ; preds = %for.cond1816.preheader.for.inc1898_crit_edge, %for.inc1658, %for.end1042 |
| 45 | br label %for.cond1816.preheader.for.inc1898_crit_edge, !dbg !458 |
| 46 | } |
| 47 | |
| 48 | ; Function Attrs: nounwind readnone |
Adrian Prantl | 87b7eb9 | 2014-10-01 18:55:02 +0000 | [diff] [blame] | 49 | declare void @llvm.dbg.value(metadata, i64, metadata, metadata) #1 |
Bill Schmidt | 3684fdd | 2013-10-18 14:20:11 +0000 | [diff] [blame] | 50 | |
| 51 | attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } |
| 52 | attributes #1 = { nounwind readnone } |
| 53 | |
| 54 | !llvm.dbg.cu = !{!0} |
Manman Ren | 409558f | 2013-11-22 21:49:45 +0000 | [diff] [blame] | 55 | !llvm.module.flags = !{!438, !464} |
Bill Schmidt | 3684fdd | 2013-10-18 14:20:11 +0000 | [diff] [blame] | 56 | |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 57 | !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (trunk 190311)", isOptimized: true, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !298, imports: !2) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 58 | !1 = !DIFile(filename: "bt.c", directory: "/home/hfinkel/src/NPB2.3-omp-C/BT") |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 59 | !2 = !{} |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 60 | !4 = distinct !DISubprogram(name: "main", line: 74, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 74, file: !1, scope: !5, type: !6, variables: !12) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 61 | !5 = !DIFile(filename: "bt.c", directory: "/home/hfinkel/src/NPB2.3-omp-C/BT") |
| 62 | !6 = !DISubroutineType(types: !7) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 63 | !7 = !{!8, !8, !9} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 64 | !8 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) |
| 65 | !9 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !10) |
| 66 | !10 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !11) |
| 67 | !11 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_unsigned_char) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 68 | !12 = !{!13, !14, !15, !16, !17, !18, !19, !21, !22, !23, !25, !26} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 69 | !13 = !DILocalVariable(name: "argc", line: 74, arg: 1, scope: !4, file: !5, type: !8) |
| 70 | !14 = !DILocalVariable(name: "argv", line: 74, arg: 2, scope: !4, file: !5, type: !9) |
| 71 | !15 = !DILocalVariable(name: "niter", line: 76, scope: !4, file: !5, type: !8) |
| 72 | !16 = !DILocalVariable(name: "step", line: 76, scope: !4, file: !5, type: !8) |
| 73 | !17 = !DILocalVariable(name: "n3", line: 76, scope: !4, file: !5, type: !8) |
| 74 | !18 = !DILocalVariable(name: "nthreads", line: 77, scope: !4, file: !5, type: !8) |
| 75 | !19 = !DILocalVariable(name: "navg", line: 78, scope: !4, file: !5, type: !20) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 76 | !20 = !DIBasicType(tag: DW_TAG_base_type, name: "double", size: 64, align: 64, encoding: DW_ATE_float) |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 77 | !21 = !DILocalVariable(name: "mflops", line: 78, scope: !4, file: !5, type: !20) |
| 78 | !22 = !DILocalVariable(name: "tmax", line: 80, scope: !4, file: !5, type: !20) |
| 79 | !23 = !DILocalVariable(name: "verified", line: 81, scope: !4, file: !5, type: !24) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 80 | !24 = !DIDerivedType(tag: DW_TAG_typedef, name: "boolean", line: 12, file: !1, baseType: !8) |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 81 | !25 = !DILocalVariable(name: "class", line: 82, scope: !4, file: !5, type: !11) |
| 82 | !26 = !DILocalVariable(name: "fp", line: 83, scope: !4, file: !5, type: !27) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 83 | !27 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !28) |
| 84 | !28 = !DIDerivedType(tag: DW_TAG_typedef, name: "FILE", line: 49, file: !1, baseType: !29) |
| 85 | !29 = !DICompositeType(tag: DW_TAG_structure_type, name: "_IO_FILE", line: 271, size: 1728, align: 64, file: !30, elements: !31) |
| 86 | !30 = !DIFile(filename: "/usr/include/libio.h", directory: "/home/hfinkel/src/NPB2.3-omp-C/BT") |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 87 | !31 = !{!32, !33, !34, !35, !36, !37, !38, !39, !40, !41, !42, !43, !44, !52, !53, !54, !55, !58, !60, !62, !66, !68, !70, !71, !72, !73, !74, !77, !78} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 88 | !32 = !DIDerivedType(tag: DW_TAG_member, name: "_flags", line: 272, size: 32, align: 32, file: !30, scope: !29, baseType: !8) |
| 89 | !33 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_read_ptr", line: 277, size: 64, align: 64, offset: 64, file: !30, scope: !29, baseType: !10) |
| 90 | !34 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_read_end", line: 278, size: 64, align: 64, offset: 128, file: !30, scope: !29, baseType: !10) |
| 91 | !35 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_read_base", line: 279, size: 64, align: 64, offset: 192, file: !30, scope: !29, baseType: !10) |
| 92 | !36 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_write_base", line: 280, size: 64, align: 64, offset: 256, file: !30, scope: !29, baseType: !10) |
| 93 | !37 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_write_ptr", line: 281, size: 64, align: 64, offset: 320, file: !30, scope: !29, baseType: !10) |
| 94 | !38 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_write_end", line: 282, size: 64, align: 64, offset: 384, file: !30, scope: !29, baseType: !10) |
| 95 | !39 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_buf_base", line: 283, size: 64, align: 64, offset: 448, file: !30, scope: !29, baseType: !10) |
| 96 | !40 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_buf_end", line: 284, size: 64, align: 64, offset: 512, file: !30, scope: !29, baseType: !10) |
| 97 | !41 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_save_base", line: 286, size: 64, align: 64, offset: 576, file: !30, scope: !29, baseType: !10) |
| 98 | !42 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_backup_base", line: 287, size: 64, align: 64, offset: 640, file: !30, scope: !29, baseType: !10) |
| 99 | !43 = !DIDerivedType(tag: DW_TAG_member, name: "_IO_save_end", line: 288, size: 64, align: 64, offset: 704, file: !30, scope: !29, baseType: !10) |
| 100 | !44 = !DIDerivedType(tag: DW_TAG_member, name: "_markers", line: 290, size: 64, align: 64, offset: 768, file: !30, scope: !29, baseType: !45) |
| 101 | !45 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !46) |
| 102 | !46 = !DICompositeType(tag: DW_TAG_structure_type, name: "_IO_marker", line: 186, size: 192, align: 64, file: !30, elements: !47) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 103 | !47 = !{!48, !49, !51} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 104 | !48 = !DIDerivedType(tag: DW_TAG_member, name: "_next", line: 187, size: 64, align: 64, file: !30, scope: !46, baseType: !45) |
| 105 | !49 = !DIDerivedType(tag: DW_TAG_member, name: "_sbuf", line: 188, size: 64, align: 64, offset: 64, file: !30, scope: !46, baseType: !50) |
| 106 | !50 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !29) |
| 107 | !51 = !DIDerivedType(tag: DW_TAG_member, name: "_pos", line: 192, size: 32, align: 32, offset: 128, file: !30, scope: !46, baseType: !8) |
| 108 | !52 = !DIDerivedType(tag: DW_TAG_member, name: "_chain", line: 292, size: 64, align: 64, offset: 832, file: !30, scope: !29, baseType: !50) |
| 109 | !53 = !DIDerivedType(tag: DW_TAG_member, name: "_fileno", line: 294, size: 32, align: 32, offset: 896, file: !30, scope: !29, baseType: !8) |
| 110 | !54 = !DIDerivedType(tag: DW_TAG_member, name: "_flags2", line: 298, size: 32, align: 32, offset: 928, file: !30, scope: !29, baseType: !8) |
| 111 | !55 = !DIDerivedType(tag: DW_TAG_member, name: "_old_offset", line: 300, size: 64, align: 64, offset: 960, file: !30, scope: !29, baseType: !56) |
| 112 | !56 = !DIDerivedType(tag: DW_TAG_typedef, name: "__off_t", line: 141, file: !30, baseType: !57) |
| 113 | !57 = !DIBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_signed) |
| 114 | !58 = !DIDerivedType(tag: DW_TAG_member, name: "_cur_column", line: 304, size: 16, align: 16, offset: 1024, file: !30, scope: !29, baseType: !59) |
| 115 | !59 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned short", size: 16, align: 16, encoding: DW_ATE_unsigned) |
| 116 | !60 = !DIDerivedType(tag: DW_TAG_member, name: "_vtable_offset", line: 305, size: 8, align: 8, offset: 1040, file: !30, scope: !29, baseType: !61) |
| 117 | !61 = !DIBasicType(tag: DW_TAG_base_type, name: "signed char", size: 8, align: 8, encoding: DW_ATE_signed_char) |
| 118 | !62 = !DIDerivedType(tag: DW_TAG_member, name: "_shortbuf", line: 306, size: 8, align: 8, offset: 1048, file: !30, scope: !29, baseType: !63) |
| 119 | !63 = !DICompositeType(tag: DW_TAG_array_type, size: 8, align: 8, baseType: !11, elements: !64) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 120 | !64 = !{!65} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 121 | !65 = !DISubrange(count: 1) |
| 122 | !66 = !DIDerivedType(tag: DW_TAG_member, name: "_lock", line: 310, size: 64, align: 64, offset: 1088, file: !30, scope: !29, baseType: !67) |
| 123 | !67 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: null) |
| 124 | !68 = !DIDerivedType(tag: DW_TAG_member, name: "_offset", line: 319, size: 64, align: 64, offset: 1152, file: !30, scope: !29, baseType: !69) |
| 125 | !69 = !DIDerivedType(tag: DW_TAG_typedef, name: "__off64_t", line: 142, file: !30, baseType: !57) |
| 126 | !70 = !DIDerivedType(tag: DW_TAG_member, name: "__pad1", line: 328, size: 64, align: 64, offset: 1216, file: !30, scope: !29, baseType: !67) |
| 127 | !71 = !DIDerivedType(tag: DW_TAG_member, name: "__pad2", line: 329, size: 64, align: 64, offset: 1280, file: !30, scope: !29, baseType: !67) |
| 128 | !72 = !DIDerivedType(tag: DW_TAG_member, name: "__pad3", line: 330, size: 64, align: 64, offset: 1344, file: !30, scope: !29, baseType: !67) |
| 129 | !73 = !DIDerivedType(tag: DW_TAG_member, name: "__pad4", line: 331, size: 64, align: 64, offset: 1408, file: !30, scope: !29, baseType: !67) |
| 130 | !74 = !DIDerivedType(tag: DW_TAG_member, name: "__pad5", line: 332, size: 64, align: 64, offset: 1472, file: !30, scope: !29, baseType: !75) |
| 131 | !75 = !DIDerivedType(tag: DW_TAG_typedef, name: "size_t", line: 42, file: !30, baseType: !76) |
| 132 | !76 = !DIBasicType(tag: DW_TAG_base_type, name: "long unsigned int", size: 64, align: 64, encoding: DW_ATE_unsigned) |
| 133 | !77 = !DIDerivedType(tag: DW_TAG_member, name: "_mode", line: 334, size: 32, align: 32, offset: 1536, file: !30, scope: !29, baseType: !8) |
| 134 | !78 = !DIDerivedType(tag: DW_TAG_member, name: "_unused2", line: 336, size: 160, align: 8, offset: 1568, file: !30, scope: !29, baseType: !79) |
| 135 | !79 = !DICompositeType(tag: DW_TAG_array_type, size: 160, align: 8, baseType: !11, elements: !80) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 136 | !80 = !{!81} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 137 | !81 = !DISubrange(count: 20) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 138 | !82 = distinct !DISubprogram(name: "verify", line: 2388, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2388, file: !1, scope: !5, type: !83, variables: !86) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 139 | !83 = !DISubroutineType(types: !84) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 140 | !84 = !{null, !8, !10, !85} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 141 | !85 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !24) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 142 | !86 = !{!87, !88, !89, !90, !94, !95, !96, !97, !98, !99, !100, !101} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 143 | !87 = !DILocalVariable(name: "no_time_steps", line: 2388, arg: 1, scope: !82, file: !5, type: !8) |
| 144 | !88 = !DILocalVariable(name: "class", line: 2388, arg: 2, scope: !82, file: !5, type: !10) |
| 145 | !89 = !DILocalVariable(name: "verified", line: 2388, arg: 3, scope: !82, file: !5, type: !85) |
| 146 | !90 = !DILocalVariable(name: "xcrref", line: 2397, scope: !82, file: !5, type: !91) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 147 | !91 = !DICompositeType(tag: DW_TAG_array_type, size: 320, align: 64, baseType: !20, elements: !92) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 148 | !92 = !{!93} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 149 | !93 = !DISubrange(count: 5) |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 150 | !94 = !DILocalVariable(name: "xceref", line: 2397, scope: !82, file: !5, type: !91) |
| 151 | !95 = !DILocalVariable(name: "xcrdif", line: 2397, scope: !82, file: !5, type: !91) |
| 152 | !96 = !DILocalVariable(name: "xcedif", line: 2397, scope: !82, file: !5, type: !91) |
| 153 | !97 = !DILocalVariable(name: "epsilon", line: 2398, scope: !82, file: !5, type: !20) |
| 154 | !98 = !DILocalVariable(name: "xce", line: 2398, scope: !82, file: !5, type: !91) |
| 155 | !99 = !DILocalVariable(name: "xcr", line: 2398, scope: !82, file: !5, type: !91) |
| 156 | !100 = !DILocalVariable(name: "dtref", line: 2398, scope: !82, file: !5, type: !20) |
| 157 | !101 = !DILocalVariable(name: "m", line: 2399, scope: !82, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 158 | !102 = distinct !DISubprogram(name: "rhs_norm", line: 266, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 266, file: !1, scope: !5, type: !103, variables: !106) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 159 | !103 = !DISubroutineType(types: !104) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 160 | !104 = !{null, !105} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 161 | !105 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !20) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 162 | !106 = !{!107, !108, !109, !110, !111, !112, !113} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 163 | !107 = !DILocalVariable(name: "rms", line: 266, arg: 1, scope: !102, file: !5, type: !105) |
| 164 | !108 = !DILocalVariable(name: "i", line: 271, scope: !102, file: !5, type: !8) |
| 165 | !109 = !DILocalVariable(name: "j", line: 271, scope: !102, file: !5, type: !8) |
| 166 | !110 = !DILocalVariable(name: "k", line: 271, scope: !102, file: !5, type: !8) |
| 167 | !111 = !DILocalVariable(name: "d", line: 271, scope: !102, file: !5, type: !8) |
| 168 | !112 = !DILocalVariable(name: "m", line: 271, scope: !102, file: !5, type: !8) |
| 169 | !113 = !DILocalVariable(name: "add", line: 272, scope: !102, file: !5, type: !20) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 170 | !114 = distinct !DISubprogram(name: "compute_rhs", line: 1767, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 1767, file: !1, scope: !5, type: !115, variables: !117) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 171 | !115 = !DISubroutineType(types: !116) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 172 | !116 = !{null} |
| 173 | !117 = !{!118, !119, !120, !121, !122, !123, !124, !125, !126, !127, !128, !129, !130, !131} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 174 | !118 = !DILocalVariable(name: "i", line: 1769, scope: !114, file: !5, type: !8) |
| 175 | !119 = !DILocalVariable(name: "j", line: 1769, scope: !114, file: !5, type: !8) |
| 176 | !120 = !DILocalVariable(name: "k", line: 1769, scope: !114, file: !5, type: !8) |
| 177 | !121 = !DILocalVariable(name: "m", line: 1769, scope: !114, file: !5, type: !8) |
| 178 | !122 = !DILocalVariable(name: "rho_inv", line: 1770, scope: !114, file: !5, type: !20) |
| 179 | !123 = !DILocalVariable(name: "uijk", line: 1770, scope: !114, file: !5, type: !20) |
| 180 | !124 = !DILocalVariable(name: "up1", line: 1770, scope: !114, file: !5, type: !20) |
| 181 | !125 = !DILocalVariable(name: "um1", line: 1770, scope: !114, file: !5, type: !20) |
| 182 | !126 = !DILocalVariable(name: "vijk", line: 1770, scope: !114, file: !5, type: !20) |
| 183 | !127 = !DILocalVariable(name: "vp1", line: 1770, scope: !114, file: !5, type: !20) |
| 184 | !128 = !DILocalVariable(name: "vm1", line: 1770, scope: !114, file: !5, type: !20) |
| 185 | !129 = !DILocalVariable(name: "wijk", line: 1770, scope: !114, file: !5, type: !20) |
| 186 | !130 = !DILocalVariable(name: "wp1", line: 1770, scope: !114, file: !5, type: !20) |
| 187 | !131 = !DILocalVariable(name: "wm1", line: 1770, scope: !114, file: !5, type: !20) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 188 | !132 = distinct !DISubprogram(name: "error_norm", line: 225, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 225, file: !1, scope: !5, type: !103, variables: !133) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 189 | !133 = !{!134, !135, !136, !137, !138, !139, !140, !141, !142, !143, !144} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 190 | !134 = !DILocalVariable(name: "rms", line: 225, arg: 1, scope: !132, file: !5, type: !105) |
| 191 | !135 = !DILocalVariable(name: "i", line: 232, scope: !132, file: !5, type: !8) |
| 192 | !136 = !DILocalVariable(name: "j", line: 232, scope: !132, file: !5, type: !8) |
| 193 | !137 = !DILocalVariable(name: "k", line: 232, scope: !132, file: !5, type: !8) |
| 194 | !138 = !DILocalVariable(name: "m", line: 232, scope: !132, file: !5, type: !8) |
| 195 | !139 = !DILocalVariable(name: "d", line: 232, scope: !132, file: !5, type: !8) |
| 196 | !140 = !DILocalVariable(name: "xi", line: 233, scope: !132, file: !5, type: !20) |
| 197 | !141 = !DILocalVariable(name: "eta", line: 233, scope: !132, file: !5, type: !20) |
| 198 | !142 = !DILocalVariable(name: "zeta", line: 233, scope: !132, file: !5, type: !20) |
| 199 | !143 = !DILocalVariable(name: "u_exact", line: 233, scope: !132, file: !5, type: !91) |
| 200 | !144 = !DILocalVariable(name: "add", line: 233, scope: !132, file: !5, type: !20) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 201 | !145 = distinct !DISubprogram(name: "exact_solution", line: 643, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 644, file: !1, scope: !5, type: !146, variables: !148) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 202 | !146 = !DISubroutineType(types: !147) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 203 | !147 = !{null, !20, !20, !20, !105} |
| 204 | !148 = !{!149, !150, !151, !152, !153} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 205 | !149 = !DILocalVariable(name: "xi", line: 643, arg: 1, scope: !145, file: !5, type: !20) |
| 206 | !150 = !DILocalVariable(name: "eta", line: 643, arg: 2, scope: !145, file: !5, type: !20) |
| 207 | !151 = !DILocalVariable(name: "zeta", line: 643, arg: 3, scope: !145, file: !5, type: !20) |
| 208 | !152 = !DILocalVariable(name: "dtemp", line: 644, arg: 4, scope: !145, file: !5, type: !105) |
| 209 | !153 = !DILocalVariable(name: "m", line: 653, scope: !145, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 210 | !154 = distinct !DISubprogram(name: "set_constants", line: 2191, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2191, file: !1, scope: !5, type: !115, variables: !2) |
| 211 | !155 = distinct !DISubprogram(name: "lhsinit", line: 855, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 855, file: !1, scope: !5, type: !115, variables: !156) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 212 | !156 = !{!157, !158, !159, !160, !161} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 213 | !157 = !DILocalVariable(name: "i", line: 857, scope: !155, file: !5, type: !8) |
| 214 | !158 = !DILocalVariable(name: "j", line: 857, scope: !155, file: !5, type: !8) |
| 215 | !159 = !DILocalVariable(name: "k", line: 857, scope: !155, file: !5, type: !8) |
| 216 | !160 = !DILocalVariable(name: "m", line: 857, scope: !155, file: !5, type: !8) |
| 217 | !161 = !DILocalVariable(name: "n", line: 857, scope: !155, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 218 | !162 = distinct !DISubprogram(name: "initialize", line: 669, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 669, file: !1, scope: !5, type: !115, variables: !163) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 219 | !163 = !{!164, !165, !166, !167, !168, !169, !170, !171, !172, !173, !174, !179, !180, !181, !182} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 220 | !164 = !DILocalVariable(name: "i", line: 679, scope: !162, file: !5, type: !8) |
| 221 | !165 = !DILocalVariable(name: "j", line: 679, scope: !162, file: !5, type: !8) |
| 222 | !166 = !DILocalVariable(name: "k", line: 679, scope: !162, file: !5, type: !8) |
| 223 | !167 = !DILocalVariable(name: "m", line: 679, scope: !162, file: !5, type: !8) |
| 224 | !168 = !DILocalVariable(name: "ix", line: 679, scope: !162, file: !5, type: !8) |
| 225 | !169 = !DILocalVariable(name: "iy", line: 679, scope: !162, file: !5, type: !8) |
| 226 | !170 = !DILocalVariable(name: "iz", line: 679, scope: !162, file: !5, type: !8) |
| 227 | !171 = !DILocalVariable(name: "xi", line: 680, scope: !162, file: !5, type: !20) |
| 228 | !172 = !DILocalVariable(name: "eta", line: 680, scope: !162, file: !5, type: !20) |
| 229 | !173 = !DILocalVariable(name: "zeta", line: 680, scope: !162, file: !5, type: !20) |
| 230 | !174 = !DILocalVariable(name: "Pface", line: 680, scope: !162, file: !5, type: !175) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 231 | !175 = !DICompositeType(tag: DW_TAG_array_type, size: 1920, align: 64, baseType: !20, elements: !176) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 232 | !176 = !{!177, !178, !93} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 233 | !177 = !DISubrange(count: 2) |
| 234 | !178 = !DISubrange(count: 3) |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 235 | !179 = !DILocalVariable(name: "Pxi", line: 680, scope: !162, file: !5, type: !20) |
| 236 | !180 = !DILocalVariable(name: "Peta", line: 680, scope: !162, file: !5, type: !20) |
| 237 | !181 = !DILocalVariable(name: "Pzeta", line: 680, scope: !162, file: !5, type: !20) |
| 238 | !182 = !DILocalVariable(name: "temp", line: 680, scope: !162, file: !5, type: !91) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 239 | !183 = distinct !DISubprogram(name: "exact_rhs", line: 301, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 301, file: !1, scope: !5, type: !115, variables: !184) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 240 | !184 = !{!185, !186, !187, !188, !189, !190, !191, !192, !193, !194, !195, !196, !197, !198, !199} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 241 | !185 = !DILocalVariable(name: "dtemp", line: 310, scope: !183, file: !5, type: !91) |
| 242 | !186 = !DILocalVariable(name: "xi", line: 310, scope: !183, file: !5, type: !20) |
| 243 | !187 = !DILocalVariable(name: "eta", line: 310, scope: !183, file: !5, type: !20) |
| 244 | !188 = !DILocalVariable(name: "zeta", line: 310, scope: !183, file: !5, type: !20) |
| 245 | !189 = !DILocalVariable(name: "dtpp", line: 310, scope: !183, file: !5, type: !20) |
| 246 | !190 = !DILocalVariable(name: "m", line: 311, scope: !183, file: !5, type: !8) |
| 247 | !191 = !DILocalVariable(name: "i", line: 311, scope: !183, file: !5, type: !8) |
| 248 | !192 = !DILocalVariable(name: "j", line: 311, scope: !183, file: !5, type: !8) |
| 249 | !193 = !DILocalVariable(name: "k", line: 311, scope: !183, file: !5, type: !8) |
| 250 | !194 = !DILocalVariable(name: "ip1", line: 311, scope: !183, file: !5, type: !8) |
| 251 | !195 = !DILocalVariable(name: "im1", line: 311, scope: !183, file: !5, type: !8) |
| 252 | !196 = !DILocalVariable(name: "jp1", line: 311, scope: !183, file: !5, type: !8) |
| 253 | !197 = !DILocalVariable(name: "jm1", line: 311, scope: !183, file: !5, type: !8) |
| 254 | !198 = !DILocalVariable(name: "km1", line: 311, scope: !183, file: !5, type: !8) |
| 255 | !199 = !DILocalVariable(name: "kp1", line: 311, scope: !183, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 256 | !200 = distinct !DISubprogram(name: "adi", line: 210, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 210, file: !1, scope: !5, type: !115, variables: !2) |
| 257 | !201 = distinct !DISubprogram(name: "add", line: 187, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 187, file: !1, scope: !5, type: !115, variables: !202) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 258 | !202 = !{!203, !204, !205, !206} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 259 | !203 = !DILocalVariable(name: "i", line: 193, scope: !201, file: !5, type: !8) |
| 260 | !204 = !DILocalVariable(name: "j", line: 193, scope: !201, file: !5, type: !8) |
| 261 | !205 = !DILocalVariable(name: "k", line: 193, scope: !201, file: !5, type: !8) |
| 262 | !206 = !DILocalVariable(name: "m", line: 193, scope: !201, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 263 | !207 = distinct !DISubprogram(name: "z_solve", line: 3457, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 3457, file: !1, scope: !5, type: !115, variables: !2) |
| 264 | !208 = distinct !DISubprogram(name: "z_backsubstitute", line: 3480, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 3480, file: !1, scope: !5, type: !115, variables: !209) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 265 | !209 = !{!210, !211, !212, !213, !214} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 266 | !210 = !DILocalVariable(name: "i", line: 3492, scope: !208, file: !5, type: !8) |
| 267 | !211 = !DILocalVariable(name: "j", line: 3492, scope: !208, file: !5, type: !8) |
| 268 | !212 = !DILocalVariable(name: "k", line: 3492, scope: !208, file: !5, type: !8) |
| 269 | !213 = !DILocalVariable(name: "m", line: 3492, scope: !208, file: !5, type: !8) |
| 270 | !214 = !DILocalVariable(name: "n", line: 3492, scope: !208, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 271 | !215 = distinct !DISubprogram(name: "z_solve_cell", line: 3512, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 3512, file: !1, scope: !5, type: !115, variables: !216) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 272 | !216 = !{!217, !218, !219, !220} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 273 | !217 = !DILocalVariable(name: "i", line: 3527, scope: !215, file: !5, type: !8) |
| 274 | !218 = !DILocalVariable(name: "j", line: 3527, scope: !215, file: !5, type: !8) |
| 275 | !219 = !DILocalVariable(name: "k", line: 3527, scope: !215, file: !5, type: !8) |
| 276 | !220 = !DILocalVariable(name: "ksize", line: 3527, scope: !215, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 277 | !221 = distinct !DISubprogram(name: "binvrhs", line: 3154, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 3154, file: !1, scope: !5, type: !222, variables: !225) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 278 | !222 = !DISubroutineType(types: !223) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 279 | !223 = !{null, !224, !105} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 280 | !224 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !91) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 281 | !225 = !{!226, !227, !228, !229} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 282 | !226 = !DILocalVariable(name: "lhs", line: 3154, arg: 1, scope: !221, file: !5, type: !224) |
| 283 | !227 = !DILocalVariable(name: "r", line: 3154, arg: 2, scope: !221, file: !5, type: !105) |
| 284 | !228 = !DILocalVariable(name: "pivot", line: 3159, scope: !221, file: !5, type: !20) |
| 285 | !229 = !DILocalVariable(name: "coeff", line: 3159, scope: !221, file: !5, type: !20) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 286 | !230 = distinct !DISubprogram(name: "matmul_sub", line: 2841, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2842, file: !1, scope: !5, type: !231, variables: !233) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 287 | !231 = !DISubroutineType(types: !232) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 288 | !232 = !{null, !224, !224, !224} |
| 289 | !233 = !{!234, !235, !236, !237} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 290 | !234 = !DILocalVariable(name: "ablock", line: 2841, arg: 1, scope: !230, file: !5, type: !224) |
| 291 | !235 = !DILocalVariable(name: "bblock", line: 2841, arg: 2, scope: !230, file: !5, type: !224) |
| 292 | !236 = !DILocalVariable(name: "cblock", line: 2842, arg: 3, scope: !230, file: !5, type: !224) |
| 293 | !237 = !DILocalVariable(name: "j", line: 2851, scope: !230, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 294 | !238 = distinct !DISubprogram(name: "matvec_sub", line: 2814, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2814, file: !1, scope: !5, type: !239, variables: !241) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 295 | !239 = !DISubroutineType(types: !240) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 296 | !240 = !{null, !224, !105, !105} |
| 297 | !241 = !{!242, !243, !244, !245} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 298 | !242 = !DILocalVariable(name: "ablock", line: 2814, arg: 1, scope: !238, file: !5, type: !224) |
| 299 | !243 = !DILocalVariable(name: "avec", line: 2814, arg: 2, scope: !238, file: !5, type: !105) |
| 300 | !244 = !DILocalVariable(name: "bvec", line: 2814, arg: 3, scope: !238, file: !5, type: !105) |
| 301 | !245 = !DILocalVariable(name: "i", line: 2823, scope: !238, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 302 | !246 = distinct !DISubprogram(name: "binvcrhs", line: 2885, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2885, file: !1, scope: !5, type: !247, variables: !249) |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 303 | !247 = !DISubroutineType(types: !248) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 304 | !248 = !{null, !224, !224, !105} |
| 305 | !249 = !{!250, !251, !252, !253, !254} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 306 | !250 = !DILocalVariable(name: "lhs", line: 2885, arg: 1, scope: !246, file: !5, type: !224) |
| 307 | !251 = !DILocalVariable(name: "c", line: 2885, arg: 2, scope: !246, file: !5, type: !224) |
| 308 | !252 = !DILocalVariable(name: "r", line: 2885, arg: 3, scope: !246, file: !5, type: !105) |
| 309 | !253 = !DILocalVariable(name: "pivot", line: 2890, scope: !246, file: !5, type: !20) |
| 310 | !254 = !DILocalVariable(name: "coeff", line: 2890, scope: !246, file: !5, type: !20) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 311 | !255 = distinct !DISubprogram(name: "lhsz", line: 1475, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 1475, file: !1, scope: !5, type: !115, variables: !256) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 312 | !256 = !{!257, !258, !259} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 313 | !257 = !DILocalVariable(name: "i", line: 1484, scope: !255, file: !5, type: !8) |
| 314 | !258 = !DILocalVariable(name: "j", line: 1484, scope: !255, file: !5, type: !8) |
| 315 | !259 = !DILocalVariable(name: "k", line: 1484, scope: !255, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 316 | !260 = distinct !DISubprogram(name: "y_solve", line: 3299, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 3299, file: !1, scope: !5, type: !115, variables: !2) |
| 317 | !261 = distinct !DISubprogram(name: "y_backsubstitute", line: 3323, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 3323, file: !1, scope: !5, type: !115, variables: !262) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 318 | !262 = !{!263, !264, !265, !266, !267} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 319 | !263 = !DILocalVariable(name: "i", line: 3335, scope: !261, file: !5, type: !8) |
| 320 | !264 = !DILocalVariable(name: "j", line: 3335, scope: !261, file: !5, type: !8) |
| 321 | !265 = !DILocalVariable(name: "k", line: 3335, scope: !261, file: !5, type: !8) |
| 322 | !266 = !DILocalVariable(name: "m", line: 3335, scope: !261, file: !5, type: !8) |
| 323 | !267 = !DILocalVariable(name: "n", line: 3335, scope: !261, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 324 | !268 = distinct !DISubprogram(name: "y_solve_cell", line: 3355, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 3355, file: !1, scope: !5, type: !115, variables: !269) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 325 | !269 = !{!270, !271, !272, !273} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 326 | !270 = !DILocalVariable(name: "i", line: 3370, scope: !268, file: !5, type: !8) |
| 327 | !271 = !DILocalVariable(name: "j", line: 3370, scope: !268, file: !5, type: !8) |
| 328 | !272 = !DILocalVariable(name: "k", line: 3370, scope: !268, file: !5, type: !8) |
| 329 | !273 = !DILocalVariable(name: "jsize", line: 3370, scope: !268, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 330 | !274 = distinct !DISubprogram(name: "lhsy", line: 1181, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 1181, file: !1, scope: !5, type: !115, variables: !275) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 331 | !275 = !{!276, !277, !278} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 332 | !276 = !DILocalVariable(name: "i", line: 1190, scope: !274, file: !5, type: !8) |
| 333 | !277 = !DILocalVariable(name: "j", line: 1190, scope: !274, file: !5, type: !8) |
| 334 | !278 = !DILocalVariable(name: "k", line: 1190, scope: !274, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 335 | !279 = distinct !DISubprogram(name: "x_solve", line: 2658, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2658, file: !1, scope: !5, type: !115, variables: !2) |
| 336 | !280 = distinct !DISubprogram(name: "x_backsubstitute", line: 2684, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2684, file: !1, scope: !5, type: !115, variables: !281) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 337 | !281 = !{!282, !283, !284, !285, !286} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 338 | !282 = !DILocalVariable(name: "i", line: 2696, scope: !280, file: !5, type: !8) |
| 339 | !283 = !DILocalVariable(name: "j", line: 2696, scope: !280, file: !5, type: !8) |
| 340 | !284 = !DILocalVariable(name: "k", line: 2696, scope: !280, file: !5, type: !8) |
| 341 | !285 = !DILocalVariable(name: "m", line: 2696, scope: !280, file: !5, type: !8) |
| 342 | !286 = !DILocalVariable(name: "n", line: 2696, scope: !280, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 343 | !287 = distinct !DISubprogram(name: "x_solve_cell", line: 2716, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 2716, file: !1, scope: !5, type: !115, variables: !288) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 344 | !288 = !{!289, !290, !291, !292} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 345 | !289 = !DILocalVariable(name: "i", line: 2728, scope: !287, file: !5, type: !8) |
| 346 | !290 = !DILocalVariable(name: "j", line: 2728, scope: !287, file: !5, type: !8) |
| 347 | !291 = !DILocalVariable(name: "k", line: 2728, scope: !287, file: !5, type: !8) |
| 348 | !292 = !DILocalVariable(name: "isize", line: 2728, scope: !287, file: !5, type: !8) |
Adrian Prantl | 75819ae | 2016-04-15 15:57:41 +0000 | [diff] [blame] | 349 | !293 = distinct !DISubprogram(name: "lhsx", line: 898, isLocal: true, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, unit: !0, scopeLine: 898, file: !1, scope: !5, type: !115, variables: !294) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 350 | !294 = !{!295, !296, !297} |
Duncan P. N. Exon Smith | ed013cd | 2015-07-31 18:58:39 +0000 | [diff] [blame] | 351 | !295 = !DILocalVariable(name: "i", line: 907, scope: !293, file: !5, type: !8) |
| 352 | !296 = !DILocalVariable(name: "j", line: 907, scope: !293, file: !5, type: !8) |
| 353 | !297 = !DILocalVariable(name: "k", line: 907, scope: !293, file: !5, type: !8) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 354 | !298 = !{!299, !304, !305, !309, !310, !311, !312, !313, !314, !315, !316, !317, !318, !319, !320, !321, !322, !323, !324, !325, !326, !327, !328, !329, !330, !331, !332, !333, !334, !335, !336, !337, !338, !339, !340, !341, !342, !343, !347, !350, !351, !352, !353, !354, !355, !356, !360, !361, !362, !363, !364, !365, !366, !367, !368, !369, !370, !371, !372, !373, !374, !375, !376, !377, !378, !379, !380, !381, !382, !383, !384, !385, !386, !387, !388, !389, !390, !391, !392, !393, !394, !395, !396, !397, !398, !399, !400, !401, !402, !403, !404, !405, !406, !407, !408, !409, !410, !411, !412, !413, !414, !415, !416, !417, !418, !419, !422, !426, !427, !430, !431, !434, !435, !436, !437} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 355 | !299 = !DIGlobalVariable(name: "grid_points", line: 28, isLocal: true, isDefinition: true, scope: null, file: !300, type: !302, variable: [3 x i32]* @grid_points) |
| 356 | !300 = !DIFile(filename: "./header.h", directory: "/home/hfinkel/src/NPB2.3-omp-C/BT") |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 357 | !301 = !{!"./header.h", !"/home/hfinkel/src/NPB2.3-omp-C/BT"} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 358 | !302 = !DICompositeType(tag: DW_TAG_array_type, size: 96, align: 32, baseType: !8, elements: !303) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 359 | !303 = !{!178} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 360 | !304 = !DIGlobalVariable(name: "dt", line: 35, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 361 | !305 = !DIGlobalVariable(name: "rhs", line: 68, isLocal: true, isDefinition: true, scope: null, file: !300, type: !306) |
| 362 | !306 = !DICompositeType(tag: DW_TAG_array_type, size: 1385839040, align: 64, baseType: !20, elements: !307) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 363 | !307 = !{!308, !308, !308, !93} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 364 | !308 = !DISubrange(count: 163) |
| 365 | !309 = !DIGlobalVariable(name: "zzcon5", line: 42, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 366 | !310 = !DIGlobalVariable(name: "zzcon4", line: 42, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 367 | !311 = !DIGlobalVariable(name: "zzcon3", line: 42, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 368 | !312 = !DIGlobalVariable(name: "dz5tz1", line: 43, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 369 | !313 = !DIGlobalVariable(name: "dz4tz1", line: 43, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 370 | !314 = !DIGlobalVariable(name: "dz3tz1", line: 43, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 371 | !315 = !DIGlobalVariable(name: "zzcon2", line: 42, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 372 | !316 = !DIGlobalVariable(name: "dz2tz1", line: 43, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 373 | !317 = !DIGlobalVariable(name: "tz2", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 374 | !318 = !DIGlobalVariable(name: "dz1tz1", line: 43, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 375 | !319 = !DIGlobalVariable(name: "yycon5", line: 40, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 376 | !320 = !DIGlobalVariable(name: "yycon4", line: 40, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 377 | !321 = !DIGlobalVariable(name: "yycon3", line: 40, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 378 | !322 = !DIGlobalVariable(name: "dy5ty1", line: 41, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 379 | !323 = !DIGlobalVariable(name: "dy4ty1", line: 41, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 380 | !324 = !DIGlobalVariable(name: "dy3ty1", line: 41, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 381 | !325 = !DIGlobalVariable(name: "yycon2", line: 40, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 382 | !326 = !DIGlobalVariable(name: "dy2ty1", line: 41, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 383 | !327 = !DIGlobalVariable(name: "ty2", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 384 | !328 = !DIGlobalVariable(name: "dy1ty1", line: 41, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 385 | !329 = !DIGlobalVariable(name: "dssp", line: 35, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 386 | !330 = !DIGlobalVariable(name: "c1", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 387 | !331 = !DIGlobalVariable(name: "xxcon5", line: 38, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 388 | !332 = !DIGlobalVariable(name: "xxcon4", line: 38, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 389 | !333 = !DIGlobalVariable(name: "xxcon3", line: 38, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 390 | !334 = !DIGlobalVariable(name: "dx5tx1", line: 39, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 391 | !335 = !DIGlobalVariable(name: "dx4tx1", line: 39, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 392 | !336 = !DIGlobalVariable(name: "dx3tx1", line: 39, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 393 | !337 = !DIGlobalVariable(name: "c2", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 394 | !338 = !DIGlobalVariable(name: "con43", line: 48, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 395 | !339 = !DIGlobalVariable(name: "xxcon2", line: 38, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 396 | !340 = !DIGlobalVariable(name: "dx2tx1", line: 39, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 397 | !341 = !DIGlobalVariable(name: "tx2", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 398 | !342 = !DIGlobalVariable(name: "dx1tx1", line: 39, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 399 | !343 = !DIGlobalVariable(name: "forcing", line: 66, isLocal: true, isDefinition: true, scope: null, file: !300, type: !344) |
| 400 | !344 = !DICompositeType(tag: DW_TAG_array_type, size: 1663006848, align: 64, baseType: !20, elements: !345) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 401 | !345 = !{!308, !308, !308, !346} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 402 | !346 = !DISubrange(count: 6) |
| 403 | !347 = !DIGlobalVariable(name: "qs", line: 63, isLocal: true, isDefinition: true, scope: null, file: !300, type: !348) |
| 404 | !348 = !DICompositeType(tag: DW_TAG_array_type, size: 277167808, align: 64, baseType: !20, elements: !349) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 405 | !349 = !{!308, !308, !308} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 406 | !350 = !DIGlobalVariable(name: "square", line: 65, isLocal: true, isDefinition: true, scope: null, file: !300, type: !348) |
| 407 | !351 = !DIGlobalVariable(name: "ws", line: 62, isLocal: true, isDefinition: true, scope: null, file: !300, type: !348) |
| 408 | !352 = !DIGlobalVariable(name: "vs", line: 61, isLocal: true, isDefinition: true, scope: null, file: !300, type: !348) |
| 409 | !353 = !DIGlobalVariable(name: "us", line: 60, isLocal: true, isDefinition: true, scope: null, file: !300, type: !348) |
| 410 | !354 = !DIGlobalVariable(name: "rho_i", line: 64, isLocal: true, isDefinition: true, scope: null, file: !300, type: !348) |
| 411 | !355 = !DIGlobalVariable(name: "u", line: 67, isLocal: true, isDefinition: true, scope: null, file: !300, type: !306) |
| 412 | !356 = !DIGlobalVariable(name: "ce", line: 36, isLocal: true, isDefinition: true, scope: null, file: !300, type: !357) |
| 413 | !357 = !DICompositeType(tag: DW_TAG_array_type, size: 4160, align: 64, baseType: !20, elements: !358) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 414 | !358 = !{!93, !359} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 415 | !359 = !DISubrange(count: 13) |
| 416 | !360 = !DIGlobalVariable(name: "dnzm1", line: 44, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 417 | !361 = !DIGlobalVariable(name: "dnym1", line: 44, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 418 | !362 = !DIGlobalVariable(name: "dnxm1", line: 44, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 419 | !363 = !DIGlobalVariable(name: "zzcon1", line: 42, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 420 | !364 = !DIGlobalVariable(name: "yycon1", line: 40, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 421 | !365 = !DIGlobalVariable(name: "xxcon1", line: 38, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 422 | !366 = !DIGlobalVariable(name: "con16", line: 48, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 423 | !367 = !DIGlobalVariable(name: "c2iv", line: 48, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 424 | !368 = !DIGlobalVariable(name: "c3c4tz3", line: 48, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 425 | !369 = !DIGlobalVariable(name: "c3c4ty3", line: 48, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 426 | !370 = !DIGlobalVariable(name: "c3c4tx3", line: 48, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 427 | !371 = !DIGlobalVariable(name: "comz6", line: 47, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 428 | !372 = !DIGlobalVariable(name: "comz5", line: 47, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 429 | !373 = !DIGlobalVariable(name: "comz4", line: 47, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 430 | !374 = !DIGlobalVariable(name: "comz1", line: 47, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 431 | !375 = !DIGlobalVariable(name: "dtdssp", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 432 | !376 = !DIGlobalVariable(name: "c2dttz1", line: 47, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 433 | !377 = !DIGlobalVariable(name: "c2dtty1", line: 47, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 434 | !378 = !DIGlobalVariable(name: "c2dttx1", line: 47, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 435 | !379 = !DIGlobalVariable(name: "dttz2", line: 46, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 436 | !380 = !DIGlobalVariable(name: "dttz1", line: 46, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 437 | !381 = !DIGlobalVariable(name: "dtty2", line: 46, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 438 | !382 = !DIGlobalVariable(name: "dtty1", line: 46, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 439 | !383 = !DIGlobalVariable(name: "dttx2", line: 46, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 440 | !384 = !DIGlobalVariable(name: "dttx1", line: 46, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 441 | !385 = !DIGlobalVariable(name: "c5dssp", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 442 | !386 = !DIGlobalVariable(name: "c4dssp", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 443 | !387 = !DIGlobalVariable(name: "dzmax", line: 37, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 444 | !388 = !DIGlobalVariable(name: "dymax", line: 37, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 445 | !389 = !DIGlobalVariable(name: "dxmax", line: 37, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 446 | !390 = !DIGlobalVariable(name: "dz5", line: 34, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 447 | !391 = !DIGlobalVariable(name: "dz4", line: 34, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 448 | !392 = !DIGlobalVariable(name: "dz3", line: 34, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 449 | !393 = !DIGlobalVariable(name: "dz2", line: 34, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 450 | !394 = !DIGlobalVariable(name: "dz1", line: 34, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 451 | !395 = !DIGlobalVariable(name: "dy5", line: 33, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 452 | !396 = !DIGlobalVariable(name: "dy4", line: 33, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 453 | !397 = !DIGlobalVariable(name: "dy3", line: 33, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 454 | !398 = !DIGlobalVariable(name: "dy2", line: 33, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 455 | !399 = !DIGlobalVariable(name: "dy1", line: 33, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 456 | !400 = !DIGlobalVariable(name: "dx5", line: 32, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 457 | !401 = !DIGlobalVariable(name: "dx4", line: 32, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 458 | !402 = !DIGlobalVariable(name: "dx3", line: 32, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 459 | !403 = !DIGlobalVariable(name: "dx2", line: 32, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 460 | !404 = !DIGlobalVariable(name: "dx1", line: 32, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 461 | !405 = !DIGlobalVariable(name: "tz3", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 462 | !406 = !DIGlobalVariable(name: "tz1", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 463 | !407 = !DIGlobalVariable(name: "ty3", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 464 | !408 = !DIGlobalVariable(name: "ty1", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 465 | !409 = !DIGlobalVariable(name: "tx3", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 466 | !410 = !DIGlobalVariable(name: "tx1", line: 31, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 467 | !411 = !DIGlobalVariable(name: "conz1", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 468 | !412 = !DIGlobalVariable(name: "c1345", line: 44, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 469 | !413 = !DIGlobalVariable(name: "c3c4", line: 44, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 470 | !414 = !DIGlobalVariable(name: "c1c5", line: 44, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 471 | !415 = !DIGlobalVariable(name: "c1c2", line: 44, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 472 | !416 = !DIGlobalVariable(name: "c5", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 473 | !417 = !DIGlobalVariable(name: "c4", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 474 | !418 = !DIGlobalVariable(name: "c3", line: 45, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 475 | !419 = !DIGlobalVariable(name: "lhs", line: 69, isLocal: true, isDefinition: true, scope: null, file: !300, type: !420) |
| 476 | !420 = !DICompositeType(tag: DW_TAG_array_type, size: 20787585600, align: 64, baseType: !20, elements: !421) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 477 | !421 = !{!308, !308, !308, !178, !93, !93} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 478 | !422 = !DIGlobalVariable(name: "q", line: 73, isLocal: true, isDefinition: true, scope: null, file: !300, type: !423) |
| 479 | !423 = !DICompositeType(tag: DW_TAG_array_type, size: 10368, align: 64, baseType: !20, elements: !424) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 480 | !424 = !{!425} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 481 | !425 = !DISubrange(count: 162) |
| 482 | !426 = !DIGlobalVariable(name: "cuf", line: 72, isLocal: true, isDefinition: true, scope: null, file: !300, type: !423) |
| 483 | !427 = !DIGlobalVariable(name: "buf", line: 75, isLocal: true, isDefinition: true, scope: null, file: !300, type: !428) |
| 484 | !428 = !DICompositeType(tag: DW_TAG_array_type, size: 51840, align: 64, baseType: !20, elements: !429) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 485 | !429 = !{!425, !93} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 486 | !430 = !DIGlobalVariable(name: "ue", line: 74, isLocal: true, isDefinition: true, scope: null, file: !300, type: !428) |
| 487 | !431 = !DIGlobalVariable(name: "njac", line: 86, isLocal: true, isDefinition: true, scope: null, file: !300, type: !432) |
| 488 | !432 = !DICompositeType(tag: DW_TAG_array_type, size: 6886684800, align: 64, baseType: !20, elements: !433) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 489 | !433 = !{!308, !308, !425, !93, !93} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 490 | !434 = !DIGlobalVariable(name: "fjac", line: 84, isLocal: true, isDefinition: true, scope: null, file: !300, type: !432) |
| 491 | !435 = !DIGlobalVariable(name: "tmp3", line: 88, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 492 | !436 = !DIGlobalVariable(name: "tmp2", line: 88, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
| 493 | !437 = !DIGlobalVariable(name: "tmp1", line: 88, isLocal: true, isDefinition: true, scope: null, file: !300, type: !20) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 494 | !438 = !{i32 2, !"Dwarf Version", i32 4} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 495 | !439 = !DILocation(line: 1898, scope: !440) |
| 496 | !440 = distinct !DILexicalBlock(line: 1898, column: 0, file: !1, scope: !114) |
| 497 | !441 = !DILocation(line: 1913, scope: !442) |
| 498 | !442 = distinct !DILexicalBlock(line: 1913, column: 0, file: !1, scope: !114) |
| 499 | !443 = !DILocation(line: 1923, scope: !114) |
Duncan P. N. Exon Smith | be7ea19 | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 500 | !444 = !{!"int", !445} |
| 501 | !445 = !{!"omnipotent char", !446} |
| 502 | !446 = !{!"Simple C/C++ TBAA"} |
| 503 | !447 = !{i32 1} |
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 504 | !448 = !DILocation(line: 1925, scope: !449) |
| 505 | !449 = distinct !DILexicalBlock(line: 1925, column: 0, file: !1, scope: !114) |
| 506 | !450 = !DILocation(line: 1939, scope: !451) |
| 507 | !451 = distinct !DILexicalBlock(line: 1939, column: 0, file: !1, scope: !114) |
| 508 | !452 = !DILocation(line: 1940, scope: !453) |
| 509 | !453 = distinct !DILexicalBlock(line: 1940, column: 0, file: !1, scope: !454) |
| 510 | !454 = distinct !DILexicalBlock(line: 1939, column: 0, file: !1, scope: !451) |
| 511 | !455 = !DILocation(line: 1941, scope: !456) |
| 512 | !456 = distinct !DILexicalBlock(line: 1941, column: 0, file: !1, scope: !457) |
| 513 | !457 = distinct !DILexicalBlock(line: 1940, column: 0, file: !1, scope: !453) |
| 514 | !458 = !DILocation(line: 2020, scope: !459) |
| 515 | !459 = distinct !DILexicalBlock(line: 2020, column: 0, file: !1, scope: !460) |
| 516 | !460 = distinct !DILexicalBlock(line: 2019, column: 0, file: !1, scope: !461) |
| 517 | !461 = distinct !DILexicalBlock(line: 2019, column: 0, file: !1, scope: !462) |
| 518 | !462 = distinct !DILexicalBlock(line: 2018, column: 0, file: !1, scope: !463) |
| 519 | !463 = distinct !DILexicalBlock(line: 2018, column: 0, file: !1, scope: !114) |
Duncan P. N. Exon Smith | e274180 | 2015-03-03 17:24:31 +0000 | [diff] [blame] | 520 | !464 = !{i32 1, !"Debug Info Version", i32 3} |