Searched refs:liveSet (Results 1 – 5 of 5) sorted by relevance
227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()269 bb->liveSet.marker = true; in buildDefSetsPreSSA()[all …]
598 bb->liveSet.allocate(func->allLValues.getSize(), false); in buildLiveSets()608 if (n++ || bb->liveSet.marker) in buildLiveSets()609 bb->liveSet |= bn->liveSet; in buildLiveSets()611 bb->liveSet = bn->liveSet; in buildLiveSets()613 if (!n && !bb->liveSet.marker) in buildLiveSets()614 bb->liveSet.fill(0); in buildLiveSets()615 bb->liveSet.marker = true; in buildLiveSets()619 bb->liveSet.print(); in buildLiveSets()629 bb->liveSet.set(it->get()->id); in buildLiveSets()635 bb->liveSet.clr(i->getDef(d)->id); in buildLiveSets()[all …]
439 BasicBlock::get(bi)->liveSet.marker = false; in buildLiveSets()449 BasicBlock::get(bi)->liveSet.marker = false; in buildDefSets()
1214 BitSet liveSet; variable
4342 updatePrototype(&BasicBlock::get(f->cfg.getRoot())->liveSet, in visit()