Home
last modified time | relevance | path

Searched refs:num_preds (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dblocks.cc692 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 Dinternals.h36 unsigned int num_preds; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c961 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 DChangeLog.tree-ssa6986 * tree-flow.h (struct bb_ann_d): New field num_preds.
H A DChangeLog-19994879 (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
H A DChangeLog-200410399 * tree-flow.h (struct bb_ann_d): Remove num_preds member.
10403 predecessor edges using EDGE_COUNT() and not num_preds.