Searched refs:get_condition (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dloop-iv.c43 on insns returned by get_condition).
1175 Since the function is sometimes called on result of get_condition,
1941 rtx cond = get_condition (BB_END (e->src), NULL, false, true);
2901 if (!(condition = get_condition (BB_END (ein->src), &at, false, false)))
H A Dcfgcleanup.c2348 cond = get_condition (jump, &move_before, true, false);
2513 cond = get_condition (jump, &move_before, true, false);
H A Dcprop.c1320 /* Similar to get_condition, only the resulting condition must be
1333 return get_condition (jump, NULL, false, true);
H A Drtl.h3596 extern rtx get_condition (rtx_insn *, rtx_insn **, int, int);
H A Dpredict.c2223 cond = get_condition (last_insn, NULL, false, false);
H A Drtlanal.c5819 get_condition (rtx_insn *jump, rtx_insn **earliest, int allow_cc_mode,
5790 get_condition (rtx_insn *jump, rtx_insn **earliest, int allow_cc_mode, function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dloop-iv.cc43 on insns returned by get_condition).
1175 Since the function is sometimes called on result of get_condition,
1941 rtx cond = get_condition (BB_END (e->src), NULL, false, true);
2901 if (!(condition = get_condition (BB_END (ein->src), &at, false, false)))
H A Dcfgcleanup.cc2339 cond = get_condition (jump, &move_before, true, false);
2499 cond = get_condition (jump, &move_before, true, false);
H A Dcprop.cc1318 /* Similar to get_condition, only the resulting condition must be
1331 return get_condition (jump, NULL, false, true);
H A Drtl.h3736 extern rtx get_condition (rtx_insn *, rtx_insn **, int, int);
H A Dpredict.cc2257 cond = get_condition (last_insn, NULL, false, false);
H A Drtlanal.cc6134 get_condition (rtx_insn *jump, rtx_insn **earliest, int allow_cc_mode,

Completed in 408 milliseconds