Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AliveBlocks

70   for (SparseBitVector<>::iterator I = AliveBlocks.begin(),
71 E = AliveBlocks.end(); I != E; ++I)
108 if (VRInfo.AliveBlocks.test(BBNum))
112 VRInfo.AliveBlocks.set(BBNum);
173 if (!VRInfo.AliveBlocks.test(BBNum))
185 if (VRInfo.AliveBlocks.empty())
727 if (AliveBlocks.test(Num))
751 if (VI.AliveBlocks.test(SuccIdx))
779 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew);
806 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber()))
807 VI.AliveBlocks.set(NumNew);