Home
last modified time | relevance | path

Searched refs:BLOCK_USED_BY_TABLEJUMP (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgbuild.c188 #define BLOCK_USED_BY_TABLEJUMP 32 macro
389 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
418 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
420 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcfgbuild.c192 #define BLOCK_USED_BY_TABLEJUMP 32 macro
395 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
426 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
428 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcfgbuild.c188 #define BLOCK_USED_BY_TABLEJUMP 32 macro
389 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
418 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
420 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
H A DChangeLog-200529644 BLOCK_USED_BY_TABLEJUMP, FULL_STATE): Move just before
35411 * cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcfgbuild.c197 #define BLOCK_USED_BY_TABLEJUMP 32 macro
399 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
430 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
432 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcfgbuild.c197 #define BLOCK_USED_BY_TABLEJUMP 32 macro
399 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
430 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
432 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
H A DChangeLog-200529644 BLOCK_USED_BY_TABLEJUMP, FULL_STATE): Move just before
35411 * cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgbuild.c189 #define BLOCK_USED_BY_TABLEJUMP 32 macro
393 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
422 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
424 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcfgbuild.c236 #define BLOCK_USED_BY_TABLEJUMP 32 macro
577 SET_STATE (bb, FULL_STATE (bb) | BLOCK_USED_BY_TABLEJUMP); in mark_tablejump_edge()
608 if (FULL_STATE (e->dest) & BLOCK_USED_BY_TABLEJUMP) in purge_dead_tablejump_edges()
610 & ~(size_t) BLOCK_USED_BY_TABLEJUMP); in purge_dead_tablejump_edges()
H A DChangeLog-200516468 BLOCK_USED_BY_TABLEJUMP, FULL_STATE): Move just before
22235 * cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.

12