Searched refs:MaxNumBlocks (Results 1 – 3 of 3) sorted by relevance
1863 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument1873 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()3025 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()3199 int MaxNumBlocks = -1; in ExtendRanges() local3201 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 …]
994 unsigned MaxNumBlocks);1122 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation,
485 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument486 LDV->produceMLocTransferFunction(MF, MLocTransfer, MaxNumBlocks); in produceMLocTransferFunction()