Searched refs:changed (Results 1 - 25 of 262) sorted by relevance

1234567891011

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp87.c36 const bitmap_element * b_elt, unsigned char changed)
42 if (!changed && dst_elt)
44 changed = 1;
49 changed = 1;
51 return changed;
60 unsigned char changed = 0; local
66 changed = bitmap_elt_ior (a, a_elt, a_prev, a_elt, b_elt, changed);
68 changed = 1;
74 return changed;
34 bitmap_elt_ior(bitmap dst, bitmap_element * dst_elt, bitmap_element * dst_prev, const bitmap_element * a_elt, const bitmap_element * b_elt, unsigned char changed) argument
[all...]
H A Dssa-dom-thread-4.c25 unsigned char changed = 0; local
46 changed = bitmap_elt_ior (dst, dst_elt, dst_prev,
47 a_elt, &tmp_elt, changed);
54 return changed;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsms-4.c18 int changed = 0; local
23 changed |= *dstp ^ tmp;
27 if (changed == 0)
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dbranch-reloc.l2 [^:]*:[0-9]*: Warning: blx to 'arm_sym1' an ARM ISA state function changed to bl
3 [^:]*:[0-9]*: Warning: blx to Thumb func 'thumb_sym2' from Thumb ISA state changed to b
H A Dblx-bl-convert.l2 [^:]*:7: Warning: blx to Thumb func 'label' from Thumb ISA state changed to bl
3 [^:]*:16: Warning: blx to 'label3' an ARM ISA state function changed to bl
H A Dblx-local-thumb.l2 [^;]*:6: Warning: blx to Thumb func 'foo' from Thumb ISA state changed to b
H A Dblx-local.l2 [^;]*:9: Warning: blx to 'foo2' an ARM ISA state function changed to bl
/haiku-buildtools/legacy/gcc/gcc/
H A Dlcm.c265 int bb, changed, passes; local
276 changed = 1;
277 while (changed)
279 changed = 0;
287 /* If none of the successors of this block have changed,
309 changed = 1;
340 int bb, changed, passes; local
354 changed = 1;
355 while (changed)
357 changed
418 int bb, changed, passes; local
522 int bb, changed, passes; local
598 int bb, changed, passes; local
636 int bb, changed, passes; local
681 int bb, changed, passes; local
779 int bb, changed, passes; local
[all...]
H A Dsbitmap.c155 int i,changed; local
158 changed = 0;
167 changed = 1;
171 return changed;
218 int i,changed; local
221 changed = 0;
229 changed = 1;
233 return changed;
242 int i,changed; local
245 changed
267 int i,changed; local
293 int i,changed; local
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mn10300/
H A Di127740.s5 mov _g_label,d1 # instruction is changed by relaxations
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c28 int changed, canonicalized = 0; local
33 changed = 0;
46 changed = 1;
52 while (changed);
73 changed = 1;
85 while (changed);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/examples-4/
H A De.52.2.c58 int changed; local
65 changed = maybe_init_again (v1, N);
66 #pragma omp target update if (changed) to(v1[:N])
68 changed = maybe_init_again (v2, N);
69 #pragma omp target update if (changed) to(v2[:N])
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/examples-4/
H A De.52.2.f9045 logical :: changed local in subroutine:vec_mult
54 changed = maybe_init_again (v1, N)
55 !$omp target update if(changed) to(v1(:N))
56 changed = maybe_init_again (v2, N)
57 !$omp target update if(changed) to(v2(:N))
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Duld2-eb.d7 # XXX: note: when 'move' is changed to use 'or' rather than daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
H A Duld2-el.d7 # XXX: note: when 'move' is changed to use 'or' rather than daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
H A Dulw2-eb-ilocks.d7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
H A Dulw2-eb.d7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
H A Dulw2-el-ilocks.d7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
H A Dulw2-el.d7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-unswitch.c107 bool changed = false; local
143 changed |= tree_unswitch_single_loop (loop, 0);
146 if (changed)
236 bool changed = false; local
259 return changed;
271 changed = true;
278 changed = true;
372 return changed;
386 return changed;
H A Dbitmap.c638 /* Clear a single bit in a bitmap. Return true if the bit changed. */
666 /* Set a single bit in a bitmap. Return true if the bit changed. */
955 /* A &= B. Return true if A changed. */
963 bool changed = false;
975 changed = true;
989 changed = true;
1003 changed = true;
1010 return changed;
1016 changed; the new value of CHANGED is returned. */
1020 const bitmap_element *src_elt, bool changed)
953 bool changed = false; local
1009 bitmap_elt_copy(bitmap dst, bitmap_element *dst_elt, bitmap_element *dst_prev, const bitmap_element *src_elt, bool changed) argument
1047 bool changed = false; local
1158 BITMAP_WORD changed = 0; local
1505 bitmap_elt_ior(bitmap dst, bitmap_element *dst_elt, bitmap_element *dst_prev, const bitmap_element *a_elt, const bitmap_element *b_elt, bool changed) argument
1569 bool changed = false; local
1617 bool changed = false; local
1866 bool changed = false; local
1973 bool changed; local
1994 bool changed = false; local
[all...]
H A Dsbitmap.c342 SBITMAP_ELT_TYPE changed = 0; local
349 changed |= *dstp ^ tmp;
353 return changed != 0;
437 SBITMAP_ELT_TYPE changed = 0; local
450 changed |= wordchanged;
456 return changed != 0;
471 SBITMAP_ELT_TYPE changed = 0; local
484 changed |= wordchanged;
490 return changed != 0;
505 SBITMAP_ELT_TYPE changed local
553 SBITMAP_ELT_TYPE changed = 0; local
578 SBITMAP_ELT_TYPE changed = 0; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue5125.dir/
H A Dbug.go16 changed map[plug]bool
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvset_lane_1.c41 BASETYPE changed = data[INDEX] - INDEX; \
43 vec = vset##Q##_lane##SUFFIX (changed, vec, INDEX); \
50 if (check==INDEX) desired = changed; \
/haiku-buildtools/isl/
H A Disl_coalesce.c502 int changed = 0; local
525 changed = 1;
530 return changed;
780 int changed = 0; local
831 changed = fuse(map, i, j, tabs, eq_i, ineq_i, eq_j, ineq_j, wraps.mat);
841 return changed;
903 int changed = 0; local
973 changed = fuse(map, i, j, tabs,
980 return changed;
1050 int changed local
1103 int changed = 0; local
1130 int changed = 0; local
1204 int changed = 0; local
1354 int changed = 0; local
1488 int changed = 0; local
1632 int changed; local
[all...]

Completed in 312 milliseconds

1234567891011