Home
last modified time | relevance | path

Searched refs:SET_BIT (Results 1 – 25 of 53) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/gcc/
HDcfganal.c206 SET_BIT (visited, dest->index); in mark_dfs_back_edges()
698 SET_BIT (visited, dest->index); in post_order_compute()
778 SET_BIT (visited, bb->index); in dfs_find_deadend()
841 SET_BIT (visited, bb->index); in inverted_post_order_compute()
864 SET_BIT (visited, pred->index); in inverted_post_order_compute()
910 SET_BIT (visited, be->index); in inverted_post_order_compute()
923 SET_BIT (visited, be->index); in inverted_post_order_compute()
1000 SET_BIT (visited, dest->index); in pre_and_rev_post_order_compute()
1106 SET_BIT (data->visited_blocks, bb->index); in flow_dfs_compute_reverse_add_bb()
1170 #define MARK_VISITED(BB) (SET_BIT (visited, (BB)->index)) in dfs_enumerate_from()
HDddg.c834 SET_BIT (src->successors, dest->cuid); in add_edge_to_ddg()
835 SET_BIT (dest->predecessors, src->cuid); in add_edge_to_ddg()
1075 SET_BIT (from, dest->cuid); in create_ddg_all_sccs()
1076 SET_BIT (to, src->cuid); in create_ddg_all_sccs()
1149 SET_BIT (reachable_from, v); in find_nodes_on_paths()
1150 SET_BIT (tmp, v); in find_nodes_on_paths()
1178 SET_BIT (reach_to, v); in find_nodes_on_paths()
1179 SET_BIT (tmp, v); in find_nodes_on_paths()
1215 SET_BIT (tmp, v); in update_dist_to_successors()
1244 SET_BIT (tmp, src); in longest_simple_path()
HDdomwalk.c149 SET_BIT (visited, ENTRY_BLOCK_PTR->index); in walk_dominator_tree()
190 SET_BIT (visited, bb->index); in walk_dominator_tree()
HDsched-rgn.c699 SET_BIT (in_stack, node); in haifa_find_rgns()
717 SET_BIT (header, child); in haifa_find_rgns()
787 SET_BIT (header, 0); in haifa_find_rgns()
877 SET_BIT (in_queue, jbb->index); in haifa_find_rgns()
901 SET_BIT (in_queue, node); in haifa_find_rgns()
962 SET_BIT (in_queue, node); in haifa_find_rgns()
1026 SET_BIT (extended_rgn_header, e->dest->index); in haifa_find_rgns()
1234 SET_BIT (header, bbn); in extend_rgns()
1409 SET_BIT (dom[bb], 0); in compute_dom_prob_ps()
1433 SET_BIT (ancestor_edges[bb], EDGE_TO_BIT (in_edge)); in compute_dom_prob_ps()
[all …]
HDcfgloopmanip.c197 SET_BIT (in_queue, from->index); in fix_bb_placements()
199 SET_BIT (in_queue, base_loop->header->index); in fix_bb_placements()
274 SET_BIT (in_queue, pred->index); in fix_bb_placements()
335 SET_BIT (seen, rem_bbs[i]->index); in remove_path()
347 SET_BIT (seen, ae->dest->index); in remove_path()
377 SET_BIT (seen, bb->index); in remove_path()
494 SET_BIT (seen, body[i]->index); in update_dominators_in_loop()
505 SET_BIT (seen, ldom->index); in update_dominators_in_loop()
HDtree-ssa-dce.c220 SET_BIT (bb_contains_live_stmts, gimple_bb (stmt)->index); in mark_stmt_necessary()
242 SET_BIT (processed, ver); in mark_operand_necessary()
260 SET_BIT (bb_contains_live_stmts, gimple_bb (stmt)->index); in mark_operand_necessary()
390 SET_BIT (last_stmt_necessary, bb->index); in mark_last_stmt_necessary()
391 SET_BIT (bb_contains_live_stmts, bb->index); in mark_last_stmt_necessary()
432 SET_BIT (visited_control_parents, bb->index); in mark_control_dependent_edges_necessary()
HDstore-motion.c885 SET_BIT (visited, bb->index); in remove_reachable_equiv_notes()
1049 SET_BIT (st_avloc[bb->index], ptr->index); in build_store_vectors()
1056 SET_BIT (st_antloc[bb->index], ptr->index); in build_store_vectors()
1092 SET_BIT (st_kill[bb->index], ptr->index); in build_store_vectors()
1095 SET_BIT (st_transp[bb->index], ptr->index); in build_store_vectors()
HDmodulo-sched.c650 SET_BIT (must_follow, move->def); in schedule_reg_move()
802 SET_BIT (move->uses, e->dest->cuid); in schedule_reg_moves()
804 SET_BIT (distance1_uses, e->dest->cuid); in schedule_reg_moves()
2081 SET_BIT (must_precede, e->src->cuid); in calculate_must_precede_follow()
2106 SET_BIT (must_follow, e->dest->cuid); in calculate_must_precede_follow()
2137 SET_BIT (sched_nodes, u); in try_scheduling_node_in_cycle()
2501 SET_BIT (tmp, u); in check_nodes_order()
2780 SET_BIT (workset, u); in order_nodes_in_scc()
2806 SET_BIT (nodes_ordered, v); in order_nodes_in_scc()
2827 SET_BIT (nodes_ordered, v); in order_nodes_in_scc()
HDloop-unroll.c704 SET_BIT (wont_exit, 1); in unroll_loop_constant_iterations()
742 SET_BIT (wont_exit, 0); in unroll_loop_constant_iterations()
743 SET_BIT (wont_exit, 1); in unroll_loop_constant_iterations()
1055 SET_BIT (wont_exit, 1); in unroll_loop_runtime_iterations()
1071 SET_BIT (wont_exit, 1); in unroll_loop_runtime_iterations()
HDcprop.c621 SET_BIT (kill[DF_REF_BB (def)->index], indx); in compute_local_properties()
628 SET_BIT (kill[DF_REF_BB (def)->index], indx); in compute_local_properties()
634 SET_BIT (comp[BLOCK_FOR_INSN (occr->insn)->index], indx); in compute_local_properties()
662 SET_BIT (cprop_avin[bb->index], index); in compute_cprop_data()
HDmode-switching.c606 SET_BIT (antic[bb->index], j); in optimize_mode_switching()
609 SET_BIT (comp[bb->index], j); in optimize_mode_switching()
HDtree-outof-ssa.c558 SET_BIT (g->visited, T); in elim_forward()
592 SET_BIT (g->visited, T); in elim_backward()
649 SET_BIT (g->visited, T); in elim_create()
HDsbitmap.h59 SET_BIT (sbitmap map, unsigned int bitno) in SET_BIT() function
HDgcse.c670 SET_BIT (antloc[BLOCK_FOR_INSN (occr->insn)->index], indx); in compute_local_properties()
682 SET_BIT (comp[BLOCK_FOR_INSN (occr->insn)->index], indx); in compute_local_properties()
1827 SET_BIT (prune_exprs, expr->bitmap_index); in prune_expressions()
1853 SET_BIT (prune_exprs, expr->bitmap_index); in prune_expressions()
1945 SET_BIT (prune_exprs, j); in prune_insertions_deletions()
2288 SET_BIT (inserted[e], j); in pre_edge_insert()
HDtree-ssa-propagate.c224 SET_BIT (bb_in_list, bb->index); in cfg_blocks_add()
432 SET_BIT (executable_blocks, block->index); in simulate_block()
HDtree-into-ssa.c708 SET_BIT (new_ssa_names, SSA_NAME_VERSION (new_tree)); in add_new_name_mapping()
709 SET_BIT (old_ssa_names, SSA_NAME_VERSION (old)); in add_new_name_mapping()
756 SET_BIT (interesting_blocks, bb->index); in mark_def_sites()
784 SET_BIT (interesting_blocks, bb->index); in mark_def_sites()
3496 SET_BIT (interesting_blocks, i); in update_ssa()
HDbt-load.c502 SET_BIT (bb_gen[i], insn_uid); in compute_defs_uses_and_gen()
505 SET_BIT (btr_defset[regno - first_btr], insn_uid); in compute_defs_uses_and_gen()
694 SET_BIT(reaching_defs, insn_uid); in link_btr_uses()
HDtracer.c80 SET_BIT (bb_seen, bb->index); in mark_bb_seen()
HDtree-eh.c3516 SET_BIT (r_reachable, -lp_nr); in remove_unreachable_handlers()
3523 SET_BIT (r_reachable, region->index); in remove_unreachable_handlers()
3524 SET_BIT (lp_reachable, lp_nr); in remove_unreachable_handlers()
3531 SET_BIT (r_reachable, gimple_resx_region (stmt)); in remove_unreachable_handlers()
3534 SET_BIT (r_reachable, gimple_eh_dispatch_region (stmt)); in remove_unreachable_handlers()
3631 SET_BIT (r_reachable, gimple_resx_region (stmt)); in remove_unreachable_handlers_no_lp()
3634 SET_BIT (r_reachable, gimple_eh_dispatch_region (stmt)); in remove_unreachable_handlers_no_lp()
HDebitmap.c296 SET_BIT (map->wordmask, wordindex); in ebitmap_set_bit()
627 SET_BIT (dst->wordmask, i); in ebitmap_ior_into()
HDtree-ssa-pre.c2184 SET_BIT (changed_blocks, block->index); in defer_or_phi_translate_block()
2280 SET_BIT (changed_blocks, block->index); in compute_antic_aux()
2326 SET_BIT (changed_blocks, block->index); in compute_antic_aux()
2328 SET_BIT (changed_blocks, e->src->index); in compute_antic_aux()
2479 SET_BIT (changed_blocks, block->index); in compute_partial_antic_aux()
2481 SET_BIT (changed_blocks, e->src->index); in compute_partial_antic_aux()
2526 SET_BIT (has_abnormal_preds, block->index); in compute_antic()
4720 SET_BIT (visited, src->index); in my_rev_post_order_compute()
HDcfgbuild.c245 SET_BIT (edge_cache, e->dest->index); in make_edges()
HDcfgloop.c431 SET_BIT (headers, header->index); in flow_loops_find()
1407 SET_BIT (irreds, bb->index); in verify_loop_structure()
HDira-lives.c1384 SET_BIT (born, r->start); in remove_some_program_points_and_update_live_ranges()
1385 SET_BIT (dead, r->finish); in remove_some_program_points_and_update_live_ranges()
HDtree-stdarg.c96 SET_BIT (visited, src->index); in reachable_at_most_once()

123