Home
last modified time | relevance | path

Searched refs:cannot_modify_jumps_p (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtarget.h467 bool (* cannot_modify_jumps_p) (void); member
Dbb-reorder.c1900 if (targetm.cannot_modify_jumps_p ()) in reorder_basic_blocks()
1992 if (targetm.cannot_modify_jumps_p ()) in duplicate_computed_gotos()
Dpostreload-gcse.c1063 || targetm.cannot_modify_jumps_p ()) in eliminate_partially_redundant_load()
Dcfgcleanup.c1973 if (! targetm.cannot_modify_jumps_p ()) in try_optimize_cfg()
Difcvt.c3854 if ((! targetm.cannot_modify_jumps_p ()) in if_convert()
DChangeLog-200232287 * target.h (struct gcc_target): Added cannot_modify_jumps_p.