Searched refs:cannot_modify_jumps_p (Results 1 – 6 of 6) sorted by relevance
467 bool (* cannot_modify_jumps_p) (void); member
1900 if (targetm.cannot_modify_jumps_p ()) in reorder_basic_blocks()1992 if (targetm.cannot_modify_jumps_p ()) in duplicate_computed_gotos()
1063 || targetm.cannot_modify_jumps_p ()) in eliminate_partially_redundant_load()
1973 if (! targetm.cannot_modify_jumps_p ()) in try_optimize_cfg()
3854 if ((! targetm.cannot_modify_jumps_p ()) in if_convert()
32287 * target.h (struct gcc_target): Added cannot_modify_jumps_p.