Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-if-conv.c252 is_true_predicate (tree cond) in is_true_predicate() function
265 return !is_true_predicate (bb_predicate (bb)); in is_predicated()
336 if (is_true_predicate (nc)) in add_to_predicate_list()
345 if (is_true_predicate (bc)) in add_to_predicate_list()
377 if (!is_true_predicate (prev_cond)) in add_to_dst_predicate_list()
523 || is_true_predicate (cb) in memrefs_read_or_written_unconditionally()
524 || is_true_predicate (ca in memrefs_read_or_written_unconditionally()
581 || is_true_predicate (cb) in write_memrefs_written_at_least_once()
582 || is_true_predicate (ca = fold_or_predicates (EXPR_LOCATION (cb), in write_memrefs_written_at_least_once()
1517 if (is_true_predicate (cond)) in predicate_mem_writes()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-if-conv.c362 is_true_predicate (tree cond) in is_true_predicate() function
375 return !is_true_predicate (bb_predicate (bb)); in is_predicated()
501 if (is_true_predicate (nc)) in add_to_predicate_list()
519 if (!is_true_predicate (bc)) in add_to_predicate_list()
522 gcc_assert (is_true_predicate (bb_predicate (bb))); in add_to_predicate_list()
535 if (is_true_predicate (bc)) in add_to_predicate_list()
567 if (!is_true_predicate (prev_cond)) in add_to_dst_predicate_list()
724 if (is_true_predicate (IFC_DR (*master_dr)->rw_predicate)) in hash_memrefs_baserefs_and_store_DRs_read_written_info()
1745 if (is_true_predicate (c)) in gen_phi_arg_condition()
2220 if (is_true_predicate (cond)) in predicate_mem_writes()
[all …]