HomeSort by: relevance | last modified time | path
    Searched defs:redundant (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/bzip2/dist/
bzip2.c 1675 void redundant ( Char* flag ) function
1679 "%s: %s is redundant in versions 0.9.5 and above\n",
1929 if (ISFLAG("--repetitive-best")) redundant(aa->name); else
1930 if (ISFLAG("--repetitive-fast")) redundant(aa->name); else
  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 1009 rtx_insn **redundant;
1048 redundant = XALLOCAVEC (rtx_insn *, XVECLEN (seq, 0));
1065 redundant[i] = redundant_insn (trial, insn, new_delay_list);
1066 if (redundant[i])
1105 /* Record the effect of the instructions that were redundant and which
1108 if (redundant[i])
1110 fix_reg_dead_note (redundant[i], insn);
1390 /* See if INSN is redundant with an insn in front of TARGET. Often this
1393 of INSN. Often INSN will be redundant with an insn in a delay slot of
1406 redundant insn, but the cost of splitting seems greater than the possibl
995 rtx_insn **redundant; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 1009 rtx_insn **redundant;
1048 redundant = XALLOCAVEC (rtx_insn *, XVECLEN (seq, 0));
1065 redundant[i] = redundant_insn (trial, insn, new_delay_list);
1066 if (redundant[i])
1105 /* Record the effect of the instructions that were redundant and which
1108 if (redundant[i])
1110 fix_reg_dead_note (redundant[i], insn);
1390 /* See if INSN is redundant with an insn in front of TARGET. Often this
1393 of INSN. Often INSN will be redundant with an insn in a delay slot of
1406 redundant insn, but the cost of splitting seems greater than the possibl
995 rtx_insn **redundant; local
    [all...]
  /src/external/mit/isl/dist/
isl_map_simplify.c 787 /* Is the inequality ineq (obviously) redundant with respect
793 * redundant.
1355 * due to being redundant with respect to the constraint that is
1649 isl_bool redundant; local
1651 redundant = div_is_redundant(bmap, i);
1652 if (redundant < 0)
1654 if (!redundant)
1663 /* Mark "bmap" as final, without checking for obviously redundant
1676 /* Mark "bmap" as final, after removing obviously redundant integer divisions.
1862 * Dropping all constraints on a local variable will make it redundant,
2077 isl_bool redundant; local
2113 isl_bool redundant; local
5032 int redundant; local
    [all...]
isl_polynomial.c 2704 * After the reduction, some divs may have become redundant or identical,
2920 int redundant = 0; local
2943 redundant = 1;
2954 if (!redundant) {
4991 * but first check if "bset" has any redundant constraints or
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 647 bool redundant; member in struct:gomp_task_depend_entry
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 540 bool redundant; member in struct:gomp_task_depend_entry
  /src/lib/libc/time/
zic.c 1201 /* Generate redundant time stamps up to OPT. Return true if successful. */
1206 intmax_t redundant; local
1208 redundant = strtoimax(opt + 1, &opt_end, 10);
1210 redundant_time = max(redundant_time, redundant);
3750 ** near the end of the 400-year period, add a redundant

Completed in 46 milliseconds