Lines Matching refs:liveSet
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()
382 if (!dfBB->liveSet.test(lval->id)) in convertToSSA()