Lines Matching defs:set
137 RegisterSet::intersect(DataFile f, const RegisterSet *set)
139 bits[f] |= set->bits[f];
576 // Update the clobber set of the function.
587 // Build the set of live-in variables of bb.
618 INFO("BB:%i live set of out blocks:\n", bb->getId());
629 bb->liveSet.set(it->get()->id);
638 bb->liveSet.set(i->getSrc(s)->id);
644 INFO("BB:%i live set after propagation:\n", bb->getId());
683 // the current block from the live set
693 bb->liveSet.set(i->getSrc(s)->id);
718 bb->liveSet.set(i->getSrc(s)->id);
1027 // set join pointer of all values joined with val
1862 u->set(tmp);