Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1428 unsigned MaxNumBlocks);
2139 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument
2149 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
2228 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 …]