Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dbt-load.c406 note_other_use_this_block (unsigned int regno, btr_user users_this_bb) in note_other_use_this_block() argument
410 for (user = users_this_bb; user != NULL; user = user->next) in note_other_use_this_block()
416 btr_user users_this_bb; member
440 note_other_use_this_block (regno, info->users_this_bb); in note_btr_set()
474 info.users_this_bb = NULL; in compute_defs_uses_and_gen()
510 note_other_use_this_block (regno, info.users_this_bb); in compute_defs_uses_and_gen()
520 for (user = info.users_this_bb; user != NULL; in compute_defs_uses_and_gen()
547 info.users_this_bb); in compute_defs_uses_and_gen()
552 user->next = info.users_this_bb; in compute_defs_uses_and_gen()
553 info.users_this_bb = user; in compute_defs_uses_and_gen()