Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1872 SmallVector<BitVector, 32> BlockMasks; in produceMLocTransferFunction() local
1873 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
1877 for (auto &BV : BlockMasks) in produceMLocTransferFunction()
1937 BlockMasks[CurBB].clearBitsNotInMask(P.first->getRegMask(), BVWords); in produceMLocTransferFunction()
1955 BitVector &BV = BlockMasks[I]; in produceMLocTransferFunction()