Home
last modified time | relevance | path

Searched refs:PROP_loops (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-init.cc92 gcc_assert (!(cfun->curr_properties & PROP_loops)); in loop_optimizer_init()
102 gcc_assert (cfun->curr_properties & PROP_loops); in loop_optimizer_init()
158 if (fn->curr_properties & PROP_loops) in loop_optimizer_finalize()
377 fun->curr_properties &= ~PROP_loops; in gate()
457 PROP_loops, /* properties_destroyed */
478 fun->curr_properties &= ~PROP_loops; in execute()
H A Dtree-pass.h218 #define PROP_loops (1 << 11) /* preserve loop structures */ macro
H A Dcgraphunit.cc1723 | PROP_cfg | PROP_loops); in init_lowered_empty_function()
H A Dtree-inline.cc6361 cfun->curr_properties &= ~PROP_loops; in tree_function_versioning()
6363 cfun->curr_properties |= PROP_loops; in tree_function_versioning()
H A Dcgraph.cc1801 fn->curr_properties &= ~PROP_loops; in release_function_body()
H A Dtree-ssa-loop-niter.cc3459 || (cfun->curr_properties & PROP_loops) == 0 in do_warn_aggressive_loop_optimizations()
H A Dcfgexpand.cc7064 cfun->curr_properties &= ~PROP_loops; in execute()
H A Dtree-cfg.cc396 ( PROP_cfg | PROP_loops ), /* properties_provided */
H A DChangeLog-201332290 * omp-low.c (finalize_task_copyfn): Do not drop PROP_loops.
32314 (output_struct_function_base): Do not drop PROP_loops.
32319 (pass_build_cfg): Provide PROP_loops.
32323 (initialize_cfun): Do not drop PROP_loops.
32327 * tree-ssa-loop.c (pass_tree_loop_init): Do not provide PROP_loops.
32335 PROP_loops for now.
H A DChangeLog-201229664 * tree-pass.h (PROP_loops): New define.
29665 * tree-ssa-loop.c (pass_tree_loop_init): Provide PROP_loops.
29685 * omp-low.c (finalize_task_copyfn): Do not copy PROP_loops.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-init.c90 gcc_assert (!(cfun->curr_properties & PROP_loops)); in loop_optimizer_init()
100 gcc_assert (cfun->curr_properties & PROP_loops); in loop_optimizer_init()
151 if (fn->curr_properties & PROP_loops) in loop_optimizer_finalize()
370 fun->curr_properties &= ~PROP_loops; in gate()
450 PROP_loops, /* properties_destroyed */
471 fun->curr_properties &= ~PROP_loops; in execute()
H A Dtree-pass.h217 #define PROP_loops (1 << 11) /* preserve loop structures */ macro
H A Dcgraphunit.c1711 | PROP_cfg | PROP_loops); in init_lowered_empty_function()
H A Dtree-inline.c6399 cfun->curr_properties &= ~PROP_loops; in tree_function_versioning()
6401 cfun->curr_properties |= PROP_loops; in tree_function_versioning()
H A Dcgraph.c1791 fn->curr_properties &= ~PROP_loops; in release_function_body()
H A Dtree-ssa-loop-niter.c3345 || (cfun->curr_properties & PROP_loops) == 0 in do_warn_aggressive_loop_optimizations()
H A Dcfgexpand.c6769 cfun->curr_properties &= ~PROP_loops; in execute()
H A Dtree-cfg.c391 ( PROP_cfg | PROP_loops ), /* properties_provided */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c245 |= PROP_gimple_lcf | PROP_gimple_leh | PROP_cfg | PROP_loops; in c_parser_parse_gimple_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc245 |= PROP_gimple_lcf | PROP_gimple_leh | PROP_cfg | PROP_loops; in c_parser_parse_gimple_body()