Home | History | Annotate | Download | only in gcc

Lines Matching defs:ws_prop

644 		      propagation_set *ws_prop = (*prop_set)[def_bb->index];
646 ws_prop->add (var);
674 propagation_set *ws_prop = (*prop_set)[def_bb->index];
676 ws_prop->add (var);
830 propagation_set *ws_prop
833 ws_prop->add (var);
1313 propagation_set *ws_prop = (*prop_set)[block->index];
1315 if (ws_prop)
1317 for (propagation_set::iterator it = ws_prop->begin ();
1318 it != ws_prop->end ();
1333 delete ws_prop;
1646 propagation_set *ws_prop = prop_set[bb->index];
1647 if (ws_prop)
1657 auto_vec<tree> field_vec (ws_prop->elements ());
1658 for (hash_set<tree>::iterator it = ws_prop->begin ();
1659 it != ws_prop->end (); ++it)