Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDLiveVariables.cpp70 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()
720 if (AliveBlocks.test(Num)) in isLiveIn()
744 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
795 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()
822 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber())) in addNewBlock()
[all …]
HDPHIElimination.cpp457 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
HDMachineVerifier.cpp1315 if (!VI.AliveBlocks.test(MFI->getNumber())) { in verifyLiveVariables()
1321 if (VI.AliveBlocks.test(MFI->getNumber())) { in verifyLiveVariables()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDLiveVariables.h84 SparseBitVector<> AliveBlocks; member