Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2277 SmallVector<BitVector, 32> BlockMasks; in produceMLocTransferFunction() local
2278 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
2282 for (auto &BV : BlockMasks) in produceMLocTransferFunction()
2342 BlockMasks[CurBB].clearBitsNotInMask(P.first->getRegMask(), BVWords); in produceMLocTransferFunction()
2360 BitVector &BV = BlockMasks[I]; in produceMLocTransferFunction()