Home
last modified time | relevance | path

Searched refs:get_condition (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgcleanup.cc2332 cond = get_condition (jump, &move_before, true, false); in try_head_merge_bb()
2492 cond = get_condition (jump, &move_before, true, false); in try_head_merge_bb()
H A Dcprop.cc1325 return get_condition (jump, NULL, false, true); in fis_get_condition()
H A Dloop-iv.cc1941 rtx cond = get_condition (BB_END (e->src), NULL, false, true); in simplify_using_initial_values()
2901 if (!(condition = get_condition (BB_END (ein->src), &at, false, false))) in check_simple_exit()
H A Dpredict.cc2257 cond = get_condition (last_insn, NULL, false, false); in bb_estimate_probability_locally()
H A Drtl.h3732 extern rtx get_condition (rtx_insn *, rtx_insn **, int, int);
H A DChangeLog-1998249 get_condition() which is used in delete_null_pointer_checks().
4105 (get_condition): Cast variable `const_val' to `unsigned
4681 * loop.c (get_condition): Allow combine when either compare is
5296 * loop.c (get_condition): Fix typo in May 9 change.
12645 * loop.c (get_condition): Don't combine when either compare is MODE_CC.
13209 compare_and_branch. Call get_condition to set first_compare.
16564 * loop.c (get_condition): Handle sign-extended constants.
H A DChangeLog-20046621 (canonicalize_condition, get_condition): Move to...
6622 * rtl.h (canonicalize_condition, get_condition): ...here.
6625 * loop.c (canonicalize_condition, get_condition): Move to...
6626 * rtlanal.c (canonicalize_condition, get_condition): ...here.
6627 * sched-deps.c (get_condition): Rename to sched_get_condition.
16217 * sched-deps.c (get_condition): Partially revert previous, by never
16252 * sched-deps.c (get_condition): Fix breakage in previous patch.
16280 * sched-deps.c (get_condition): Rewrite using jump support functions.
21451 * expr.h (canonicalize_condition, get_condition): Add an int argument.
21452 * gcse.c (fis_get_condition): Reimplement using get_condition, leaving
[all …]
H A DFSFChangeLog6 done by get_condition.
H A DChangeLog-2000241 * sched-deps.c (get_condition, conditions_mutex_p): New functions.
17732 for_each_insn_in_loop, check_dbra_loop, get_condition,
28245 broken out of get_condition.
28246 (get_condition): Use it.
30149 * loop.c (get_condition): Likewise. Allow UNORERED/ORDERED to be
30657 * loop.c (get_condition): Likewise.
31323 get_condition cannot determine the condition.
H A DFSFChangeLog.113824 (get_condition, replace_call_address): Likewise.
10456 * loop.c (get_condition): Use rtx_equal_p to compare rtx.
H A DChangeLog-201418696 (get_condition): Likewise.
23467 (get_condition): Strengthen param 1 from rtx to rtx_insn * and
23498 (get_condition): Strengthen param "jump" from rtx to rtx_insn *
26344 iv_number_of_iterations for now (until get_condition is
H A DChangeLog-20038575 * expr.h (get_condition, canonicalize_condition): Declaration changed.
8576 * cfgloopanal.c (simple_loop_exit_p): Add parameter to a get_condition
8583 (canonicalize_condition, get_condition): Allow to return comparisons
H A DChangeLog-20168793 (get_condition): Likewise.
H A DChangeLog-201111615 * cfgcleanup.c (try_head_merge_bb): If get_condition returns
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgcleanup.c2341 cond = get_condition (jump, &move_before, true, false); in try_head_merge_bb()
2506 cond = get_condition (jump, &move_before, true, false); in try_head_merge_bb()
H A Dcprop.c1327 return get_condition (jump, NULL, false, true); in fis_get_condition()
H A Dloop-iv.c1941 rtx cond = get_condition (BB_END (e->src), NULL, false, true); in simplify_using_initial_values()
2901 if (!(condition = get_condition (BB_END (ein->src), &at, false, false))) in check_simple_exit()
H A Dpredict.c2223 cond = get_condition (last_insn, NULL, false, false); in bb_estimate_probability_locally()
H A Drtl.h3592 extern rtx get_condition (rtx_insn *, rtx_insn **, int, int);
H A Drtlanal.c5790 get_condition (rtx_insn *jump, rtx_insn **earliest, int allow_cc_mode, in get_condition() function
H A DFSFChangeLog6 done by get_condition.
H A DFSFChangeLog.113824 (get_condition, replace_call_address): Likewise.
10456 * loop.c (get_condition): Use rtx_equal_p to compare rtx.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi393 returned by get_condition.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi392 returned by get_condition.
H A Dgccint.info20627 returned by get_condition.

12