Home
last modified time | relevance | path

Searched refs:same_p (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-harden-conditionals.cc294 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 Dtree-ssa-tail-merge.cc718 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 Dtree-ssa-alias.cc1097 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 Dfold-const.cc6755 int same_p = tcode == code; in extract_muldiv_1() local
7021 if (same_p in extract_muldiv_1()
H A DChangeLog-201020143 (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 DChangeLog-201921033 * tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c141 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 Dcvt.cc141 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 Dtree-ssa-tail-merge.c718 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 Dtree-ssa-alias.c949 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 Dfold-const.c6662 int same_p = tcode == code; in extract_muldiv_1() local
6928 if (same_p in extract_muldiv_1()