Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtarget.h263 bool (* cannot_modify_jumps_p) PARAMS ((void)); member
H A Dbb-reorder.c311 if ((* targetm.cannot_modify_jumps_p) ()) in reorder_basic_blocks()
H A Dcfgcleanup.c1611 if (! (* targetm.cannot_modify_jumps_p) ())
H A DChangeLog.717840 * target.h (struct gcc_target): Added cannot_modify_jumps_p.
/openbsd/gnu/gcc/gcc/
H A Dtarget.h463 bool (* cannot_modify_jumps_p) (void); member
H A Dbb-reorder.c1900 if (targetm.cannot_modify_jumps_p ()) in reorder_basic_blocks()
1992 if (targetm.cannot_modify_jumps_p ()) in duplicate_computed_gotos()
H A Dpostreload-gcse.c1128 || targetm.cannot_modify_jumps_p ()) in eliminate_partially_redundant_load()
H A Dcfgcleanup.c1973 if (! targetm.cannot_modify_jumps_p ()) in try_optimize_cfg()
H A Difcvt.c3854 if ((! targetm.cannot_modify_jumps_p ()) in if_convert()