Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbt-load.c390 note_other_use_this_block (unsigned int regno, btr_user *users_this_bb) in note_other_use_this_block() argument
394 for (user = users_this_bb; user != NULL; user = user->next) in note_other_use_this_block()
400 btr_user *users_this_bb; member
424 note_other_use_this_block (regno, info->users_this_bb); in note_btr_set()
458 info.users_this_bb = NULL; in compute_defs_uses_and_gen()
494 note_other_use_this_block (regno, info.users_this_bb); in compute_defs_uses_and_gen()
504 for (user = info.users_this_bb; user != NULL; in compute_defs_uses_and_gen()
530 info.users_this_bb); in compute_defs_uses_and_gen()
535 user->next = info.users_this_bb; in compute_defs_uses_and_gen()
536 info.users_this_bb = user; in compute_defs_uses_and_gen()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbt-load.c402 note_other_use_this_block (unsigned int regno, btr_user users_this_bb) in note_other_use_this_block() argument
406 for (user = users_this_bb; user != NULL; user = user->next) in note_other_use_this_block()
412 btr_user users_this_bb; member
436 note_other_use_this_block (regno, info->users_this_bb); in note_btr_set()
470 info.users_this_bb = NULL; in compute_defs_uses_and_gen()
506 note_other_use_this_block (regno, info.users_this_bb); in compute_defs_uses_and_gen()
516 for (user = info.users_this_bb; user != NULL; in compute_defs_uses_and_gen()
543 info.users_this_bb); in compute_defs_uses_and_gen()
548 user->next = info.users_this_bb; in compute_defs_uses_and_gen()
549 info.users_this_bb = user; in compute_defs_uses_and_gen()