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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unswitch.c197 test = get_condition (BB_END (bb), &at, true, false);
H A Dloop-iv.c42 we may call this function on insn returned by get_condition).
1139 Since the function is sometimes called on result of get_condition,
1773 rtx cond = get_condition (BB_END (e->src), NULL, false, true);
2570 if (!(condition = get_condition (BB_END (ein->src), &at, false, false)))
H A Dpredict.c796 cond = get_condition (last_insn, NULL, false, false);
H A Drtl.h1758 extern rtx get_condition (rtx, rtx *, int, int);
H A Dgcse.c3299 /* Similar to get_condition, only the resulting condition must be
3312 return get_condition (jump, NULL, false, true);
H A Drtlanal.c4623 get_condition (rtx jump, rtx *earliest, int allow_cc_mode, int valid_at_insn_p)
4597 get_condition (rtx jump, rtx *earliest, int allow_cc_mode, int valid_at_insn_p) function

Completed in 99 milliseconds