Searched refs:num_preds (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| H A D | blocks.cc | 692 phis.num_preds = EDGE_COUNT (cfg_bb->preds); in place_phis() 693 unsigned int num_inputs = phis.num_phis * phis.num_preds; in place_phis() 777 unsigned int num_preds = phis.num_preds; in add_phi_nodes() local 785 auto *inputs = XOBNEWVEC (&m_obstack, access_info *, num_preds); in add_phi_nodes() 786 memset (inputs, 0, sizeof (access_info *) * num_preds); in add_phi_nodes() 791 inputs, num_preds); in add_phi_nodes() 799 m_temp_defs.reserve (num_preds); in add_phi_nodes() 831 num_preds * sizeof (access_info *)); in add_phi_nodes() 833 mem_value = create_phi (ebb, memory, inputs, num_preds); in add_phi_nodes() 1119 for (unsigned int input_i = 0; input_i < phis.num_preds; ++input_i) in populate_phi_inputs()
|
| H A D | internals.h | 36 unsigned int num_preds; variable
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-uninit.c | 961 size_t num_preds = preds.length (); in dump_predicates() local 962 for (size_t i = 0; i < num_preds; i++) in dump_predicates() 965 if (i < num_preds - 1) in dump_predicates() 1339 size_t num_preds = preds.length (); in use_pred_not_overlap_with_undef_path_pred() local 1341 gcc_assert (num_preds > 0); in use_pred_not_overlap_with_undef_path_pred() 1383 num_preds)) in use_pred_not_overlap_with_undef_path_pred()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog.tree-ssa | 6986 * tree-flow.h (struct bb_ann_d): New field num_preds.
|
| H A D | ChangeLog-1999 | 4879 (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
|
| H A D | ChangeLog-2004 | 10399 * tree-flow.h (struct bb_ann_d): Remove num_preds member. 10403 predecessor edges using EDGE_COUNT() and not num_preds.
|