Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dreorg.c194 static int check_annul_list_true_false (int, rtx);
1164 check_annul_list_true_false (int annul_true_p, rtx delay_list) in check_annul_list_true_false() function
1294 check_annul_list_true_false (0, delay_list) in steal_delay_list_from_target()
1295 && check_annul_list_true_false (0, new_delay_list) in steal_delay_list_from_target()
1387 check_annul_list_true_false (1, delay_list) in steal_delay_list_from_fallthrough()
2638 ? check_annul_list_true_false (0, delay_list) in fill_slots_from_thread()
2640 : check_annul_list_true_false (1, delay_list) in fill_slots_from_thread()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreorg.c199 static int check_annul_list_true_false PARAMS ((int, rtx));
1208 check_annul_list_true_false (annul_true_p, delay_list) in check_annul_list_true_false() function
1346 check_annul_list_true_false (0, delay_list)
1347 && check_annul_list_true_false (0, new_delay_list)
1443 check_annul_list_true_false (1, delay_list)
2717 ? check_annul_list_true_false (0, delay_list)
2719 : check_annul_list_true_false (1, delay_list)
DFSFChangeLog697 * reorg.c (check_annul_list_true_false): Fix typo in Jul 17 change.
960 * reorg.c (check_annul_list_true_false): New function.
DChangeLog.112535 * reorg.c (check_annul_list_true_false): Remove unused variables.
12567 * reorg.c (check_annul_list_true_false): New function.