Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Difcvt.c96 static rtx cond_exec_get_condition (rtx);
343 cond_exec_get_condition (rtx jump) in cond_exec_get_condition() function
410 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
499 t = cond_exec_get_condition (BB_END (bb)); in cond_exec_process_if_block()
3615 cond = cond_exec_get_condition (jump); in dead_or_predicable()
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-200120435 * ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.