Searched refs:was_target_conflict (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c2015 static bool was_target_conflict = false;
2211 was_target_conflict = false;
2237 was_target_conflict = true;
2268 was_target_conflict = true;
2305 was_target_conflict = true;
2430 if (pti->was_target_conflict)
2500 pti->was_target_conflict = was_target_conflict;
2007 static bool was_target_conflict = false; variable
H A Dsel-sched-ir.h716 BOOL_BITFIELD was_target_conflict : 1;
708 BOOL_BITFIELD was_target_conflict : 1; member in struct:transformed_insns
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc2015 static bool was_target_conflict = false;
2211 was_target_conflict = false;
2237 was_target_conflict = true;
2268 was_target_conflict = true;
2305 was_target_conflict = true;
2430 if (pti->was_target_conflict)
2500 pti->was_target_conflict = was_target_conflict;
2007 static bool was_target_conflict = false; local
H A Dsel-sched-ir.h716 BOOL_BITFIELD was_target_conflict : 1;
708 BOOL_BITFIELD was_target_conflict : 1; member in struct:transformed_insns

Completed in 305 milliseconds