Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2329 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument
2339 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()
2420 for (unsigned int I = 0; I < MaxNumBlocks; ++I) { in produceMLocTransferFunction()
3559 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation, in depthFirstVLocAndEmit() argument
3575 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()
3741 int MaxNumBlocks = -1; in ExtendRanges() local
3743 MaxNumBlocks = std::max(MBB.getNumber(), MaxNumBlocks); in ExtendRanges()
3744 assert(MaxNumBlocks >= 0); in ExtendRanges()
3745 ++MaxNumBlocks; in ExtendRanges()
3749 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()
[all …]
H A DInstrRefBasedImpl.h1351 unsigned MaxNumBlocks);
1486 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp51 MaxNumBlocks("debug-ata-max-blocks", cl::init(10000), variable
2261 if (Fn.size() > MaxNumBlocks) { in run()