Home
last modified time | relevance | path

Searched refs:test_expr (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Difcvt.c431 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local
465 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
466 if (! test_expr) in cond_exec_process_if_block()
534 && modified_in_p (test_expr, insn)) in cond_exec_process_if_block()
560 true_expr = test_expr; in cond_exec_process_if_block()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Difcvt.c466 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local
501 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
502 if (! test_expr) in cond_exec_process_if_block()
573 && modified_in_p (test_expr, insn)) in cond_exec_process_if_block()
599 true_expr = test_expr; in cond_exec_process_if_block()