Searched refs:m_switch (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-switch-conversion.c | 82 m_switch = swtch; in collect() 294 unsigned int branch_num = gimple_switch_num_labels (m_switch); in check_final_bb() 297 if (gimple_switch_label_bb (cfun, m_switch, i) == bb) in check_final_bb() 371 unsigned i, branch_num = gimple_switch_num_labels (m_switch); in build_constructors() 377 tree cs = gimple_switch_label (m_switch, i); in build_constructors() 526 if (len < (optimize_bb_for_size_p (gimple_bb (m_switch)) ? 2 : 32)) in array_value_type() 592 gimple_stmt_iterator gsi = gsi_for_stmt (m_switch); in build_one_array() 593 location_t loc = gimple_location (m_switch); in build_one_array() 687 location_t loc = gimple_location (m_switch); in build_arrays() 689 gsi = gsi_for_stmt (m_switch); in build_arrays() [all …]
|
H A D | tree-switch-conversion.h | 530 switch_decision_tree (gswitch *swtch): m_switch (swtch), m_phi_mapping (), in switch_decision_tree() 614 gswitch *m_switch; variable 794 gswitch *m_switch; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-switch-conversion.cc | 83 m_switch = swtch; in collect() 295 unsigned int branch_num = gimple_switch_num_labels (m_switch); in check_final_bb() 298 if (gimple_switch_label_bb (cfun, m_switch, i) == bb) in check_final_bb() 372 unsigned i, branch_num = gimple_switch_num_labels (m_switch); in build_constructors() 378 tree cs = gimple_switch_label (m_switch, i); in build_constructors() 527 if (len < (optimize_bb_for_size_p (gimple_bb (m_switch)) ? 2 : 32)) in array_value_type() 593 gimple_stmt_iterator gsi = gsi_for_stmt (m_switch); in build_one_array() 594 location_t loc = gimple_location (m_switch); in build_one_array() 688 location_t loc = gimple_location (m_switch); in build_arrays() 690 gsi = gsi_for_stmt (m_switch); in build_arrays() [all …]
|
H A D | tree-switch-conversion.h | 556 switch_decision_tree (gswitch *swtch): m_switch (swtch), m_phi_mapping (), in switch_decision_tree() 640 gswitch *m_switch; variable 820 gswitch *m_switch; variable
|