Searched defs:occ (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/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 | 152 struct occurrence *occ; in occ_new() local 175 struct occurrence *occ, **p_occ; in insert_bb() local 233 struct occurrence *occ; in register_division_in() local 251 compute_merit (struct occurrence *occ) in compute_merit() 292 insert_reciprocals (block_stmt_iterator *def_bsi, struct occurrence *occ, in insert_reciprocals() 352 struct occurrence *occ = (struct occurrence *) bb->aux; in replace_reciprocal() local 367 free_bb (struct occurrence *occ) in free_bb() 401 struct occurrence *occ; in execute_cse_reciprocals_1() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | et-forest.c | 83 find_leftmost_node (occ) in find_leftmost_node() argument 94 find_rightmost_node (occ) in find_rightmost_node() argument 465 et_forest_occurrence_t occ; local 663 et_forest_occurrence_t occ = node->first, stop = node->last, occ1; local
|