Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2150 SmallVector<BitVector, 32> BlockMasks; in produceMLocTransferFunction() local
2151 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
2155 for (auto &BV : BlockMasks) in produceMLocTransferFunction()
2212 BlockMasks[CurBB].clearBitsNotInMask(P.first->getRegMask(), BVWords); in produceMLocTransferFunction()
2231 BitVector &BV = BlockMasks[I]; in produceMLocTransferFunction()