Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveVariables.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()
726 if (AliveBlocks.test(Num)) in isLiveIn()
750 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
778 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()
805 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber())) in addNewBlock()
[all …]
DPHIElimination.cpp475 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
DMachineVerifier.cpp2343 if (!VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()
2349 if (VI.AliveBlocks.test(MBB.getNumber())) { in verifyLiveVariables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveVariables.h84 SparseBitVector<> AliveBlocks; member