Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1863 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument
1873 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
3025 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()
3199 int MaxNumBlocks = -1; in ExtendRanges() local
3201 MaxNumBlocks = std::max(MBB.getNumber(), MaxNumBlocks); in ExtendRanges()
3202 assert(MaxNumBlocks >= 0); in ExtendRanges()
3203 ++MaxNumBlocks; in ExtendRanges()
3207 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()
3209 SavedLiveIns.resize(MaxNumBlocks); in ExtendRanges()
3219 for (int i = 0; i < MaxNumBlocks; ++i) { in ExtendRanges()
[all …]
H A DInstrRefBasedImpl.h994 unsigned MaxNumBlocks);
1122 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation,
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp485 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument
486 LDV->produceMLocTransferFunction(MF, MLocTransfer, MaxNumBlocks); in produceMLocTransferFunction()