Searched refs:AliveBlocks (Results 1 – 4 of 4) sorted by relevance
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()[all …]
170 SparseBitVector<>::iterator AliveBlockItr = VI.AliveBlocks.begin(); in runOnMachineFunction()171 SparseBitVector<>::iterator EndItr = VI.AliveBlocks.end(); in runOnMachineFunction()540 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
2685 if (!VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()2691 if (VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()
84 SparseBitVector<> AliveBlocks; member