Home
last modified time | relevance | path

Searched refs:cond_exec_get_condition (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Difcvt.cc86 static rtx cond_exec_get_condition (rtx_insn *, bool);
436 cond_exec_get_condition (rtx_insn *jump, bool get_reversed = false) in cond_exec_get_condition() function
510 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
669 t = cond_exec_get_condition (BB_END (bb)); in cond_exec_process_if_block()
3408 rtx cc_cmp = cond_exec_get_condition (jump); in noce_convert_multiple_sets_1()
3411 rtx rev_cc_cmp = cond_exec_get_condition (jump, /* get_reversed */ true); in noce_convert_multiple_sets_1()
5588 cond = cond_exec_get_condition (jump); in dead_or_predicable()
H A DChangeLog12587 * ifcvt.cc (cond_exec_get_condition): New parameter to allow getting the
H A DChangeLog-200017635 * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
17728 * ifcvt.c (cond_exec_get_condition, noce_get_condition,
H A DChangeLog-201418679 * ifcvt.c (cond_exec_get_condition): Likewise.
19926 * ifcvt.c (cond_exec_get_condition): Likewise for param "jump".
H A DChangeLog-200120435 * ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.
H A DChangeLog-20168775 * ifcvt.c (cond_exec_get_condition): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.c86 static rtx cond_exec_get_condition (rtx_insn *);
428 cond_exec_get_condition (rtx_insn *jump) in cond_exec_get_condition() function
500 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
659 t = cond_exec_get_condition (BB_END (bb)); in cond_exec_process_if_block()
5202 cond = cond_exec_get_condition (jump); in dead_or_predicable()