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()
171 if (!VRInfo.AliveBlocks.test(BBNum)) in HandleVirtRegUse()
182 if (VRInfo.AliveBlocks.empty()) in HandleVirtRegDef()
720 if (AliveBlocks.test(Num)) in isLiveIn()
744 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
772 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()
798 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber())) in addNewBlock()
799 VI.AliveBlocks.set(NumNew); in addNewBlock()
817 VI.AliveBlocks.set(NumNew); in addNewBlock()
827 .AliveBlocks.set(NumNew); in addNewBlock()