Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2306 SmallVector<BitVector, 32> BlockMasks; in produceMLocTransferFunction() local
2307 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
2311 for (auto &BV : BlockMasks) in produceMLocTransferFunction()
2371 BlockMasks[CurBB].clearBitsNotInMask(P.first->getRegMask(), BVWords); in produceMLocTransferFunction()
2389 BitVector &BV = BlockMasks[I]; in produceMLocTransferFunction()