Home
last modified time | relevance | path

Searched refs:EDGE_ALL_FLAGS (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfg.cc82 the_fun->cfg->edge_flags_allocated = EDGE_ALL_FLAGS; in init_flow()
543 gcc_assert (e->flags <= EDGE_ALL_FLAGS); in dump_edge_info()
Dbasic-block.h64 #define EDGE_ALL_FLAGS ((LAST_CFG_EDGE_FLAG - 1) * 2 - 1) macro
DChangeLog-201218413 (EDGE_ALL_FLAGS): Compute value automatically.
18426 Check that the edge flags are within the range of EDGE_ALL_FLAGS.
DChangeLog-200320183 (EDGE_ALL_FLAGS): Update.
30829 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
DChangeLog-201117270 (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
DChangeLog-200418171 (EDGE_ALL_FLAGS): Update.