Home
last modified time | relevance | path

Searched refs:exit_region (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsese.c345 edge exit_region = region->region.exit; in if_region_set_false_region() local
347 basic_block last_in_region = exit_region->src; in if_region_set_false_region()
348 hashval_t hash = htab_hash_pointer (exit_region); in if_region_set_false_region()
350 = current_loops->exits->find_slot_with_hash (exit_region, hash, NO_INSERT); in if_region_set_false_region()
353 false_edge->flags = exit_region->flags; in if_region_set_false_region()
356 redirect_edge_pred (exit_region, before_region); in if_region_set_false_region()
361 exit_region->flags = EDGE_FALLTHRU; in if_region_set_false_region()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsese.c345 edge exit_region = region->region.exit; in if_region_set_false_region() local
347 basic_block last_in_region = exit_region->src; in if_region_set_false_region()
348 hashval_t hash = htab_hash_pointer (exit_region); in if_region_set_false_region()
350 = current_loops->exits->find_slot_with_hash (exit_region, hash, NO_INSERT); in if_region_set_false_region()
353 false_edge->flags = exit_region->flags; in if_region_set_false_region()
356 redirect_edge_pred (exit_region, before_region); in if_region_set_false_region()
361 exit_region->flags = EDGE_FALLTHRU; in if_region_set_false_region()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsese.c672 edge exit_region = SESE_EXIT (region); in if_region_set_false_region() local
674 basic_block last_in_region = exit_region->src; in if_region_set_false_region()
675 void **slot = htab_find_slot_with_hash (current_loops->exits, exit_region, in if_region_set_false_region()
676 htab_hash_pointer (exit_region), in if_region_set_false_region()
680 false_edge->flags = exit_region->flags; in if_region_set_false_region()
683 redirect_edge_pred (exit_region, before_region); in if_region_set_false_region()
688 exit_region->flags = EDGE_FALLTHRU; in if_region_set_false_region()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsese.c675 edge exit_region = SESE_EXIT (region); in if_region_set_false_region() local
677 basic_block last_in_region = exit_region->src; in if_region_set_false_region()
678 void **slot = htab_find_slot_with_hash (current_loops->exits, exit_region, in if_region_set_false_region()
679 htab_hash_pointer (exit_region), in if_region_set_false_region()
683 false_edge->flags = exit_region->flags; in if_region_set_false_region()
686 redirect_edge_pred (exit_region, before_region); in if_region_set_false_region()
691 exit_region->flags = EDGE_FALLTHRU; in if_region_set_false_region()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsese.c672 edge exit_region = SESE_EXIT (region); in if_region_set_false_region() local
674 basic_block last_in_region = exit_region->src; in if_region_set_false_region()
675 void **slot = htab_find_slot_with_hash (current_loops->exits, exit_region, in if_region_set_false_region()
676 htab_hash_pointer (exit_region), in if_region_set_false_region()
680 false_edge->flags = exit_region->flags; in if_region_set_false_region()
683 redirect_edge_pred (exit_region, before_region); in if_region_set_false_region()
688 exit_region->flags = EDGE_FALLTHRU; in if_region_set_false_region()