Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dbt-load.c267 find_btr_def_group (btr_def_group *all_btr_def_groups, btr_def def) in find_btr_def_group() argument
276 for (this_group = *all_btr_def_groups; in find_btr_def_group()
288 this_group->next = *all_btr_def_groups; in find_btr_def_group()
289 *all_btr_def_groups = this_group; in find_btr_def_group()
305 btr_def_group *all_btr_def_groups) in add_btr_def() argument
321 find_btr_def_group (all_btr_def_groups, this); in add_btr_def()
461 btr_def_group all_btr_def_groups = NULL; in compute_defs_uses_and_gen() local
499 &all_btr_def_groups); in compute_defs_uses_and_gen()