Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2437 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument
2447 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
3551 int MaxNumBlocks = -1; in ExtendRanges() local
3553 MaxNumBlocks = std::max(MBB.getNumber(), MaxNumBlocks); in ExtendRanges()
3554 assert(MaxNumBlocks >= 0); in ExtendRanges()
3555 ++MaxNumBlocks; in ExtendRanges()
3557 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()
3558 vlocs.resize(MaxNumBlocks); in ExtendRanges()
3559 SavedLiveIns.resize(MaxNumBlocks); in ExtendRanges()
3571 for (int i = 0; i < MaxNumBlocks; ++i) { in ExtendRanges()
[all …]