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 …]
562 bb->liveSet.allocate(func->allLValues.getSize(), false); in buildLiveSets()572 if (n++ || bb->liveSet.marker) in buildLiveSets()573 bb->liveSet |= bn->liveSet; in buildLiveSets()575 bb->liveSet = bn->liveSet; in buildLiveSets()577 if (!n && !bb->liveSet.marker) in buildLiveSets()578 bb->liveSet.fill(0); in buildLiveSets()579 bb->liveSet.marker = true; in buildLiveSets()583 bb->liveSet.print(); in buildLiveSets()593 bb->liveSet.set(it->get()->id); in buildLiveSets()599 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()
1129 BitSet liveSet; variable
4375 updatePrototype(&BasicBlock::get(f->cfg.getRoot())->liveSet, in visit()