Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c2188 bool var1_p, var2_p, ind1_p, ind2_p; in refs_may_alias_p_2() local
2284 ind2_p = (TREE_CODE (base2) == MEM_REF in refs_may_alias_p_2()
2297 ind2_p = true; in refs_may_alias_p_2()
2318 if (var1_p && ind2_p) in refs_may_alias_p_2()
2328 else if (ind1_p && ind2_p) in refs_may_alias_p_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc2358 bool var1_p, var2_p, ind1_p, ind2_p; in refs_may_alias_p_2() local
2465 ind2_p = (TREE_CODE (base2) == MEM_REF in refs_may_alias_p_2()
2479 ind2_p = true; in refs_may_alias_p_2()
2500 if (var1_p && ind2_p) in refs_may_alias_p_2()
2510 else if (ind1_p && ind2_p) in refs_may_alias_p_2()