Home
last modified time | relevance | path

Searched refs:AliveBlocks (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp70 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 …]
H A DPHIElimination.cpp170 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()
H A DMachineVerifier.cpp2685 if (!VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()
2691 if (VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveVariables.h84 SparseBitVector<> AliveBlocks; member