Home
last modified time | relevance | path

Searched refs:same_root_var (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ter.c601 bool same_root_var = false; in find_replaceable_in_bb() local
614 same_root_var = true; in find_replaceable_in_bb()
649 same_root_var = true; in find_replaceable_in_bb()
652 same_root_var = true; in find_replaceable_in_bb()
662 if (gimple_has_volatile_ops (stmt) || same_root_var in find_replaceable_in_bb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ter.cc601 bool same_root_var = false; in find_replaceable_in_bb() local
614 same_root_var = true; in find_replaceable_in_bb()
649 same_root_var = true; in find_replaceable_in_bb()
652 same_root_var = true; in find_replaceable_in_bb()
664 if (gimple_has_volatile_ops (stmt) || same_root_var in find_replaceable_in_bb()
H A DChangeLog-20131962 same_root_var if USE is used somewhere in the stores of the stmt.