Searched refs:fold_or_predicates (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-if-conv.c | 431 fold_or_predicates (location_t loc, tree c1, tree c2) in fold_or_predicates() function 543 bc = fold_or_predicates (EXPR_LOCATION (bc), nc, bc); in add_to_predicate_list() 725 = fold_or_predicates (UNKNOWN_LOCATION, ca, in hash_memrefs_baserefs_and_store_DRs_read_written_info() 731 = fold_or_predicates (UNKNOWN_LOCATION, ca, in hash_memrefs_baserefs_and_store_DRs_read_written_info() 742 = fold_or_predicates (UNKNOWN_LOCATION, ca, in hash_memrefs_baserefs_and_store_DRs_read_written_info() 1774 cond = fold_or_predicates (EXPR_LOCATION (c), c, cond); in gen_phi_arg_condition()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-if-conv.cc | 438 fold_or_predicates (location_t loc, tree c1, tree c2) in fold_or_predicates() function 550 bc = fold_or_predicates (EXPR_LOCATION (bc), nc, bc); in add_to_predicate_list() 732 = fold_or_predicates (UNKNOWN_LOCATION, ca, in hash_memrefs_baserefs_and_store_DRs_read_written_info() 738 = fold_or_predicates (UNKNOWN_LOCATION, ca, in hash_memrefs_baserefs_and_store_DRs_read_written_info() 749 = fold_or_predicates (UNKNOWN_LOCATION, ca, in hash_memrefs_baserefs_and_store_DRs_read_written_info() 1898 cond = fold_or_predicates (EXPR_LOCATION (c), c, cond); in gen_phi_arg_condition()
|
H A D | ChangeLog-2019 | 14456 * tree-if-conv.c (fold_or_predicates): Pass type.
|
H A D | ChangeLog-2010 | 21901 * tree-if-conv.c (fold_or_predicates): New.
|