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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop.h 32 bool no_overflow; member in struct:affine_iv
tree-ssa-loop-ivopts.cc 176 bool no_overflow; /* True if the iv doesn't overflow. */ member in struct:iv
637 /* Number of no_overflow BIVs which are not used in memory address. */
804 p, iv->no_overflow ? "No-overflow" : "Overflow");
1181 for loop LOOP. NO_OVERFLOW implies the iv doesn't overflow. */
1185 bool no_overflow = false)
1212 if (!no_overflow
1215 no_overflow = true;
1216 iv->no_overflow = no_overflow;
1222 /* Sets STEP and BASE for induction variable IV. NO_OVERFLOW implies the I
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop.h 32 bool no_overflow; member in struct:affine_iv
tree-ssa-loop-ivopts.cc 176 bool no_overflow; /* True if the iv doesn't overflow. */ member in struct:iv
637 /* Number of no_overflow BIVs which are not used in memory address. */
804 p, iv->no_overflow ? "No-overflow" : "Overflow");
1179 for loop LOOP. NO_OVERFLOW implies the iv doesn't overflow. */
1183 bool no_overflow = false)
1210 if (!no_overflow
1213 no_overflow = true;
1214 iv->no_overflow = no_overflow;
1220 /* Sets STEP and BASE for induction variable IV. NO_OVERFLOW implies the I
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-tilepro.c 1252 int no_overflow = 0; local
1260 no_overflow = 1;
1264 no_overflow = 1;
1268 no_overflow = 1;
1314 fixP->fx_no_overflow |= no_overflow;
tc-tilegx.c 1376 int no_overflow = 0; local
1384 no_overflow = 1;
1388 no_overflow = 1;
1392 no_overflow = 1;
1396 no_overflow = 1;
1451 fixP->fx_no_overflow |= no_overflow;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tilepro.c 1252 int no_overflow = 0; local
1260 no_overflow = 1;
1264 no_overflow = 1;
1268 no_overflow = 1;
1314 fixP->fx_no_overflow |= no_overflow;
tc-tilegx.c 1376 int no_overflow = 0; local
1384 no_overflow = 1;
1388 no_overflow = 1;
1392 no_overflow = 1;
1396 no_overflow = 1;
1451 fixP->fx_no_overflow |= no_overflow;
  /src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c 1805 bool no_overflow;
1899 no_overflow = link_info->disable_target_specific_optimizations > 1;
1935 3. no_overflow is true.
1940 || no_overflow
1997 if (no_overflow)
2040 if (no_overflow)
2075 if (no_overflow)
1803 bool no_overflow; local
  /src/external/gpl3/binutils/dist/include/opcode/
pru.h 44 no_overflow enumerator in enum:overflow_type
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c 1793 bool no_overflow;
1887 no_overflow = link_info->disable_target_specific_optimizations > 1;
1923 3. no_overflow is true.
1928 || no_overflow
1985 if (no_overflow)
2028 if (no_overflow)
2063 if (no_overflow)
1791 bool no_overflow; local
  /src/external/gpl3/binutils.old/dist/include/opcode/
pru.h 44 no_overflow enumerator in enum:overflow_type
  /src/external/gpl3/gdb.old/dist/include/opcode/
pru.h 44 no_overflow enumerator in enum:overflow_type
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c 1744 bool no_overflow;
1784 no_overflow = link_info->disable_target_specific_optimizations > 1;
1803 3. no_overflow is true.
1808 || no_overflow
1862 if (no_overflow)
1905 if (no_overflow)
1921 if (no_overflow)
1742 bool no_overflow; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c 1793 bool no_overflow;
1887 no_overflow = link_info->disable_target_specific_optimizations > 1;
1923 3. no_overflow is true.
1928 || no_overflow
1985 if (no_overflow)
2028 if (no_overflow)
2063 if (no_overflow)
1791 bool no_overflow; local
  /src/external/gpl3/gdb/dist/include/opcode/
pru.h 44 no_overflow enumerator in enum:overflow_type

Completed in 102 milliseconds