Searched refs:store_status (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc1262 enum dse_store_status store_status; local
1264 store_status = dse_classify_store (&ref, stmt,
1267 if (store_status != DSE_STORE_DEAD)
1342 enum dse_store_status store_status; local
1345 store_status = dse_classify_store (&ref, stmt,
1348 if (store_status == DSE_STORE_LIVE)
1351 if (store_status == DSE_STORE_MAYBE_PARTIAL_DEAD)
1357 if (store_status == DSE_STORE_DEAD)
1390 enum dse_store_status store_status; local
1391 store_status
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c1090 enum dse_store_status store_status; local
1093 store_status = dse_classify_store (&ref, stmt,
1096 if (store_status == DSE_STORE_LIVE)
1099 if (store_status == DSE_STORE_MAYBE_PARTIAL_DEAD)
1105 if (store_status == DSE_STORE_DEAD)
1139 enum dse_store_status store_status; local
1140 store_status = dse_classify_store (&ref, stmt,
1143 if (store_status == DSE_STORE_LIVE)
1146 if (store_status == DSE_STORE_MAYBE_PARTIAL_DEAD)

Completed in 76 milliseconds