Lines Matching refs:AliveBlocks
70 for (unsigned AB : AliveBlocks) in dump()
105 if (VRInfo.AliveBlocks.test(BBNum)) in MarkVirtRegAliveInBlock()
109 VRInfo.AliveBlocks.set(BBNum); in MarkVirtRegAliveInBlock()
170 if (!VRInfo.AliveBlocks.test(BBNum)) in HandleVirtRegUse()
181 if (VRInfo.AliveBlocks.empty()) in HandleVirtRegDef()
659 VI.AliveBlocks.clear(); in recomputeForSingleDefVirtReg()
709 if (VI.AliveBlocks.test(BB.getNumber())) in recomputeForSingleDefVirtReg()
711 VI.AliveBlocks.set(BB.getNumber()); in recomputeForSingleDefVirtReg()
719 if (VI.AliveBlocks.test(UseBBNum)) in recomputeForSingleDefVirtReg()
784 if (AliveBlocks.test(Num)) in isLiveIn()
808 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
836 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()
862 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber())) in addNewBlock()
863 VI.AliveBlocks.set(NumNew); in addNewBlock()
881 VI.AliveBlocks.set(NumNew); in addNewBlock()
891 .AliveBlocks.set(NumNew); in addNewBlock()