Home
last modified time | relevance | path

Searched refs:m_bb (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-if-to-switch.cc64 condition_info (gcond *cond): m_cond (cond), m_bb (gimple_bb (cond)), in condition_info()
76 basic_block m_bb; member
330 delete_basic_block (info->m_bb); in convert_if_conditions_to_switch()
332 make_edge (first_cond->m_bb, case_bb, 0); in convert_if_conditions_to_switch()
337 edge e = find_edge (first_cond->m_bb, default_bb); in convert_if_conditions_to_switch()
339 e = make_edge (first_cond->m_bb, default_bb, 0); in convert_if_conditions_to_switch()
H A Dvalue-relation.cc374 if (equiv->m_bb == bb) in register_equiv()
399 if (equiv_1->m_bb == bb) in register_equiv()
404 if (equiv_2->m_bb == bb) in register_equiv()
412 if (equiv_2->m_bb == bb) in register_equiv()
521 ptr->m_bb = bb; in add_equiv_to_block()
529 ptr->m_bb = bb; in add_equiv_to_block()
1260 m_equiv.m_bb = NULL; in path_oracle()
1315 ptr->m_bb = NULL; in register_equiv()
1353 ptr->m_bb = NULL; in killing_def()
H A Dvalue-relation.h110 basic_block m_bb; // Block this belongs to variable
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinsns.h242 bb_info *bb () const { return m_bb; } in bb()
372 void set_bb (bb_info *bb) { m_bb = bb; } in set_bb()
395 bb_info *m_bb; variable
H A Dmember-fns.inl570 return this == m_bb->head_insn ();
576 return this == m_bb->end_insn ();
582 return m_bb->ebb ();
H A Dinternals.inl409 m_bb (bb),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h215 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
223 return m_bb == ENTRY_BLOCK_PTR_FOR_FN (m_fun); in entry_p()
228 return m_bb == EXIT_BLOCK_PTR_FOR_FN (m_fun); in return_p()
270 const basic_block m_bb; variable
H A Dsupergraph.cc314 if (n->m_fun == fun && n->m_bb == bb) in dump_dot_to_pp()
456 gv->println("label=\"sn: %i (bb: %i)\";", m_index, m_bb->index); in dump_dot()
H A Ddiagnostic-manager.cc1249 if (SSA_NAME_DEF_STMT (var)->bb == dest->m_bb) in prune_for_sm_diagnostic()
H A Dengine.cc2711 iter_snode->m_index, iter_snode->m_bb->index); in print_bar_charts()
3036 m_supernode->m_index, m_supernode->m_bb->index); in dump_dot()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h232 : m_fun (fun), m_bb (bb), m_returning_call (returning_call), in supernode()
240 return m_bb == ENTRY_BLOCK_PTR_FOR_FN (m_fun); in entry_p()
245 return m_bb == EXIT_BLOCK_PTR_FOR_FN (m_fun); in return_p()
294 const basic_block m_bb; variable
H A Dsupergraph.cc393 if (n->m_fun == fun && n->m_bb == bb) in dump_dot_to_pp()
566 gv->println("label=\"sn: %i (bb: %i)\";", m_index, m_bb->index); in dump_dot()
721 snode_obj->set ("bb_idx", new json::integer_number (m_bb->index)); in to_json()
1088 if (bb == dst->m_bb) in switch_cfg_superedge()
H A Dprogram-point.cc125 if (basic_block bb = m_from_edge->m_src->m_bb) in print()
H A Dengine.cc4160 iter_snode->m_index, iter_snode->m_bb->index); in print_bar_charts()
4682 m_supernode->m_index, m_supernode->m_bb->index, in dump_dot()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c1364 m_next (NULL), m_bb (NULL), m_opcode (opc), m_number (0), in hsa_insn_basic()
1431 : m_prev (NULL), m_next (NULL), m_bb (NULL), m_opcode (opc),m_number (0), in hsa_insn_basic()
1764 gcc_assert (!insn->m_bb); in append_insn()
1766 insn->m_bb = m_bb; in append_insn()
1779 hphi->m_bb = m_bb; in append_phi()
1796 hsa_bb *hbb = hsa_bb_for_bb (old_insn->m_bb); in hsa_insert_insn_before()
1813 hsa_bb *hbb = hsa_bb_for_bb (old_insn->m_bb); in hsa_append_insn_after()
3474 edge e = split_block (hbb->m_bb, gsi_stmt (it)); in gen_hsa_insns_for_switch_stmt()
4797 edge e = split_block (hbb->m_bb, stmt); in expand_string_operation_builtin()
4884 = hsa_init_new_bb (EDGE_SUCC (native_impl_bb->m_bb, 0)->dest); in expand_memory_copy()
[all …]
H A Dhsa-dump.c985 FOR_EACH_EDGE (e, ei, br->m_bb->succs) in dump_hsa_insn_1()
1172 FOR_EACH_EDGE (e, ei, hbb->m_bb->succs) in dump_hsa_bb()
H A Dhsa-common.h459 basic_block m_bb; variable
1043 basic_block m_bb; variable
H A Dhsa-regalloc.c72 sbr->replace_all_labels (old_dest, hbb->m_bb); in naive_process_phi()
H A Dhsa-brig.c1538 FOR_EACH_EDGE (e, ei, br->m_bb->succs) in emit_cond_branch_insn()