Searched refs:AliveBlocks (Results 1 – 4 of 4) sorted by relevance
70 for (SparseBitVector<>::iterator I = AliveBlocks.begin(), in dump()71 E = AliveBlocks.end(); I != E; ++I) in dump()108 if (VRInfo.AliveBlocks.test(BBNum)) in MarkVirtRegAliveInBlock()112 VRInfo.AliveBlocks.set(BBNum); in MarkVirtRegAliveInBlock()173 if (!VRInfo.AliveBlocks.test(BBNum)) in HandleVirtRegUse()185 if (VRInfo.AliveBlocks.empty()) in HandleVirtRegDef()721 if (AliveBlocks.test(Num)) in isLiveIn()745 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()796 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()823 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber())) in addNewBlock()[all …]
457 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
1309 if (!VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()1315 if (VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()
84 SparseBitVector<> AliveBlocks; member