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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c372 bool eliminate_store_p; member in struct:component
768 bool eliminate_store_p = single_exit (loop) != NULL; local
818 eliminate_store_p = false;
879 if (eliminate_store_p)
886 eliminate_store_p = (niters != NULL_TREE && niters != chrec_dont_know);
903 comp->eliminate_store_p = eliminate_store_p;
920 if (eliminate_store_p)
927 comps[ca]->eliminate_store_p = false;
1429 if (comp->eliminate_store_p)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc370 component (bool es) : comp_step (RS_ANY), eliminate_store_p (es),
381 bool eliminate_store_p; member in struct:component
898 bool eliminate_store_p = single_exit (m_loop) != NULL; local
950 eliminate_store_p = false;
1011 if (eliminate_store_p)
1018 eliminate_store_p = (niters != NULL_TREE && niters != chrec_dont_know);
1034 comp = new component (eliminate_store_p);
1052 if (eliminate_store_p)
1059 comps[ca]->eliminate_store_p = false;
1549 if (comp->eliminate_store_p)
[all...]

Completed in 187 milliseconds