Searched defs:occ (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | et-forest.c | 63 set_depth (struct et_occ *occ, int d) in set_depth() 75 set_depth_add (struct et_occ *occ, int d) in set_depth_add() 87 set_prev (struct et_occ *occ, struct et_occ *t) in set_prev() 101 set_next (struct et_occ *occ, struct et_occ *t) in set_next() 115 et_recomp_min (struct et_occ *occ) in et_recomp_min() 140 et_check_occ_sanity (struct et_occ *occ) in et_check_occ_sanity() 170 et_check_sanity (struct et_occ *occ) in et_check_sanity() 182 et_check_tree_sanity (struct et_occ *occ) in et_check_tree_sanity() 203 record_path_before_1 (struct et_occ *occ, int depth) in record_path_before_1() 240 record_path_before (struct et_occ *occ) in record_path_before() [all …]
|
H A D | tree-ssa-math-opts.c | 191 struct occurrence *occ; in occ_new() local 214 struct occurrence *occ, **p_occ; in insert_bb() local 272 struct occurrence *occ; in register_division_in() local 290 compute_merit (struct occurrence *occ) in compute_merit() 335 insert_reciprocals (gimple_stmt_iterator *def_gsi, struct occurrence *occ, in insert_reciprocals() 396 struct occurrence *occ = (struct occurrence *) bb->aux; in replace_reciprocal() local 413 free_bb (struct occurrence *occ) in free_bb() 447 struct occurrence *occ; in execute_cse_reciprocals_1() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | et-forest.c | 64 set_depth (struct et_occ *occ, int d) in set_depth() 76 set_depth_add (struct et_occ *occ, int d) in set_depth_add() 88 set_prev (struct et_occ *occ, struct et_occ *t) in set_prev() 102 set_next (struct et_occ *occ, struct et_occ *t) in set_next() 116 et_recomp_min (struct et_occ *occ) in et_recomp_min() 141 et_check_occ_sanity (struct et_occ *occ) in et_check_occ_sanity() 171 et_check_sanity (struct et_occ *occ) in et_check_sanity() 183 et_check_tree_sanity (struct et_occ *occ) in et_check_tree_sanity() 204 record_path_before_1 (struct et_occ *occ, int depth) in record_path_before_1() 241 record_path_before (struct et_occ *occ) in record_path_before() [all …]
|
H A D | tree-ssa-math-opts.c | 202 struct occurrence *occ; in occ_new() local 225 struct occurrence *occ, **p_occ; in insert_bb() local 287 struct occurrence *occ; in register_division_in() local 305 compute_merit (struct occurrence *occ) in compute_merit() 387 insert_reciprocals (gimple_stmt_iterator *def_gsi, struct occurrence *occ, in insert_reciprocals() 467 struct occurrence *occ = (struct occurrence *) bb->aux; in replace_reciprocal_squares() local 490 struct occurrence *occ = (struct occurrence *) bb->aux; in replace_reciprocal() local 507 free_bb (struct occurrence *occ) in free_bb() 542 struct occurrence *occ; in execute_cse_reciprocals_1() local
|