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())
728 if (AliveBlocks.test(Num))
752 if (VI.AliveBlocks.test(SuccIdx))
780 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew);
807 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber()))
808 VI.AliveBlocks.set(NumNew);