Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-loop-im.c122 bool is_stored; /* True if there is a store to the location member
1106 if (!ref->is_stored) in determine_lsm_ref()
1216 bool is_stored; in gather_mem_refs_stmt() local
1234 is_stored = false; in gather_mem_refs_stmt()
1240 is_stored = true; in gather_mem_refs_stmt()
1265 ref->is_stored = false; in gather_mem_refs_stmt()
1271 ref->is_stored |= is_stored; in gather_mem_refs_stmt()