Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1432 unsigned MaxNumBlocks);
2141 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument
2151 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
2230 for (unsigned int I = 0; I < MaxNumBlocks; ++I) { in produceMLocTransferFunction()
3233 int MaxNumBlocks = -1; in ExtendRanges() local
3235 MaxNumBlocks = std::max(MBB.getNumber(), MaxNumBlocks); in ExtendRanges()
3236 assert(MaxNumBlocks >= 0); in ExtendRanges()
3237 ++MaxNumBlocks; in ExtendRanges()
3239 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()
3240 vlocs.resize(MaxNumBlocks); in ExtendRanges()
[all …]