Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c2370 int thread_if_true, int own_thread, int slots_to_fill, in fill_slots_from_thread() argument
2381 gcc_assert (condition != const_true_rtx || thread_if_true); in fill_slots_from_thread()
2382 gcc_assert (own_thread || thread_if_true); in fill_slots_from_thread()
2421 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread); in fill_slots_from_thread()
2500 && ((ANNUL_IFTRUE_SLOTS && ! thread_if_true) in fill_slots_from_thread()
2501 || (ANNUL_IFFALSE_SLOTS && thread_if_true))) in fill_slots_from_thread()
2510 if ((must_annul || delay_list->is_empty ()) && (thread_if_true in fill_slots_from_thread()
2583 if (thread_if_true) in fill_slots_from_thread()
2671 if (thread_if_true && trial == new_thread) in fill_slots_from_thread()
2683 else if (! thread_if_true) in fill_slots_from_thread()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc2289 int thread_if_true, int own_thread, int slots_to_fill, in fill_slots_from_thread() argument
2300 gcc_assert (condition != const_true_rtx || thread_if_true); in fill_slots_from_thread()
2301 gcc_assert (own_thread || thread_if_true); in fill_slots_from_thread()
2355 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread); in fill_slots_from_thread()
2441 && ((ANNUL_IFTRUE_SLOTS && ! thread_if_true) in fill_slots_from_thread()
2442 || (ANNUL_IFFALSE_SLOTS && thread_if_true))) in fill_slots_from_thread()
2451 if ((must_annul || delay_list->is_empty ()) && (thread_if_true in fill_slots_from_thread()
2521 if (thread_if_true) in fill_slots_from_thread()
2619 if (thread_if_true && trial == new_thread) in fill_slots_from_thread()
2631 else if (! thread_if_true) in fill_slots_from_thread()
[all …]