Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c5034 bool storing_all_zeros_p; in handle_store() local
5041 &storing_all_zeros_p, &storing_all_nonzero_p, in handle_store()
5047 *zero_write = storing_all_zeros_p; in handle_store()
5056 storing_all_zeros_p = false; in handle_store()
5085 if (storing_all_zeros_p in handle_store()
5140 if (storing_all_zeros_p in handle_store()
5184 if (storing_all_zeros_p in handle_store()
5204 else if (idx == 0 && (storing_all_zeros_p || storing_nonzero_p)) in handle_store()
5215 if (storing_all_zeros_p) in handle_store()
5235 if (storing_all_zeros_p in handle_store()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc4982 bool storing_all_zeros_p; in handle_store() local
4990 &storing_all_zeros_p, &storing_all_nonzero_p); in handle_store()
4996 *zero_write = storing_all_zeros_p; in handle_store()
5005 storing_all_zeros_p = false; in handle_store()
5040 if (storing_all_zeros_p in handle_store()
5095 if (storing_all_zeros_p in handle_store()
5139 if (storing_all_zeros_p in handle_store()
5159 else if (idx == 0 && (storing_all_zeros_p || storing_nonzero_p)) in handle_store()
5170 if (storing_all_zeros_p) in handle_store()
5190 if (storing_all_zeros_p in handle_store()
[all …]