Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDreorg.c2607 rtx opposite_thread, int likely, int thread_if_true, in fill_slots_from_thread() argument
2619 gcc_assert(condition != const_true_rtx || thread_if_true); in fill_slots_from_thread()
2620 gcc_assert(own_thread || thread_if_true); in fill_slots_from_thread()
2657 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread); in fill_slots_from_thread()
2734 || ! thread_if_true in fill_slots_from_thread()
2737 || thread_if_true in fill_slots_from_thread()
2748 if ((must_annul || delay_list == NULL) && (thread_if_true in fill_slots_from_thread()
2823 if (thread_if_true) in fill_slots_from_thread()
2909 if (thread_if_true && trial == new_thread) in fill_slots_from_thread()
2922 else if (! thread_if_true) in fill_slots_from_thread()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDreorg.c2357 int thread_if_true, int own_thread, int slots_to_fill, in fill_slots_from_thread() argument
2368 gcc_assert (condition != const_true_rtx || thread_if_true); in fill_slots_from_thread()
2369 gcc_assert (own_thread || thread_if_true); in fill_slots_from_thread()
2408 ! stop_search_p (trial, ! thread_if_true) && (! lose || own_thread); in fill_slots_from_thread()
2487 && ((ANNUL_IFTRUE_SLOTS && ! thread_if_true) in fill_slots_from_thread()
2488 || (ANNUL_IFFALSE_SLOTS && thread_if_true))) in fill_slots_from_thread()
2497 if ((must_annul || delay_list->is_empty ()) && (thread_if_true in fill_slots_from_thread()
2570 if (thread_if_true) in fill_slots_from_thread()
2658 if (thread_if_true && trial == new_thread) in fill_slots_from_thread()
2670 else if (! thread_if_true) in fill_slots_from_thread()
[all …]