Searched refs:same_p (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-harden-conditionals.cc | 294 bool same_p = (lhs == rhs); in insert_edge_check_and_trap() local 296 rhs = same_p ? lhs : detach_value (loc, &gsik, rhs); in insert_edge_check_and_trap() 502 bool same_p = (op1 == op2); in execute() local 504 op2 = same_p ? op1 : detach_value (loc, &gsi_split, op2); in execute()
|
H A D | tree-ssa-tail-merge.cc | 718 find_same_succ_bb (basic_block bb, same_succ **same_p) in find_same_succ_bb() argument 722 same_succ *same = *same_p; in find_same_succ_bb() 747 *same_p = NULL; in find_same_succ_bb()
|
H A D | tree-ssa-alias.cc | 1097 int same_p = 0; in aliasing_component_refs_walk() local 1114 same_p = same_type_for_tbaa (TREE_TYPE (ref), type1); in aliasing_component_refs_walk() 1115 if (same_p == 1) in aliasing_component_refs_walk() 1121 if (same_p == -1) in aliasing_component_refs_walk() 1128 if (same_p == 1) in aliasing_component_refs_walk()
|
H A D | fold-const.cc | 6755 int same_p = tcode == code; in extract_muldiv_1() local 7021 if (same_p in extract_muldiv_1()
|
H A D | ChangeLog-2010 | 20143 (struct type_pair_d): Make same_p an array indexed by mode. 20146 (struct sccs): Adjust same_p type. 20342 (struct sccs): Make value a union, add integer same_p member.
|
H A D | ChangeLog-2019 | 21033 * tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cvt.c | 141 bool same_p; in cp_convert_to_pointer() local 146 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class), in cp_convert_to_pointer() 150 if (!same_p) in cp_convert_to_pointer() 153 if (!same_p && !binfo) in cp_convert_to_pointer() 162 if (binfo || same_p) in cp_convert_to_pointer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cvt.cc | 141 bool same_p; in cp_convert_to_pointer() local 146 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class), in cp_convert_to_pointer() 150 if (!same_p) in cp_convert_to_pointer() 153 if (!same_p && !binfo) in cp_convert_to_pointer() 162 if (binfo || same_p) in cp_convert_to_pointer()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-tail-merge.c | 718 find_same_succ_bb (basic_block bb, same_succ **same_p) in find_same_succ_bb() argument 722 same_succ *same = *same_p; in find_same_succ_bb() 747 *same_p = NULL; in find_same_succ_bb()
|
H A D | tree-ssa-alias.c | 949 int same_p = 0; in aliasing_component_refs_walk() local 966 same_p = same_type_for_tbaa (TREE_TYPE (ref), type1); in aliasing_component_refs_walk() 967 if (same_p == 1) in aliasing_component_refs_walk() 973 if (same_p == -1) in aliasing_component_refs_walk() 980 if (same_p == 1) in aliasing_component_refs_walk()
|
H A D | fold-const.c | 6662 int same_p = tcode == code; in extract_muldiv_1() local 6928 if (same_p in extract_muldiv_1()
|