Home
last modified time | relevance | path

Searched refs:same_valid (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-pre.c1146 basic_block block, bool *same_valid) in translate_vuse_through_block() argument
1153 if (same_valid) in translate_vuse_through_block()
1154 *same_valid = true; in translate_vuse_through_block()
1188 if (use_oracle && same_valid) in translate_vuse_through_block()
1201 if (!vuse && same_valid) in translate_vuse_through_block()
1202 *same_valid = false; in translate_vuse_through_block()
1476 bool changed = false, same_valid = true; in phi_translate_1() local
1544 ? NULL : &same_valid); in phi_translate_1()
1604 if (changed || !same_valid) in phi_translate_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc1242 tree type, tree vuse, edge e, bool *same_valid) in translate_vuse_through_block() argument
1248 if (same_valid) in translate_vuse_through_block()
1249 *same_valid = true; in translate_vuse_through_block()
1268 if (same_valid in translate_vuse_through_block()
1283 if (!vuse && same_valid) in translate_vuse_through_block()
1284 *same_valid = false; in translate_vuse_through_block()
1537 bool changed = false, same_valid = true; in phi_translate_1() local
1619 ? NULL : &same_valid); in phi_translate_1()
1674 if (changed || !same_valid) in phi_translate_1()
H A DChangeLog-20095076 * tree-ssa-pre.c (translate_vuse_through_block): Add same_valid
H A DChangeLog-201929367 same_valid is NULL do not bother to search for a virtual