Searched refs:MaxNumBlocks (Results 1 – 3 of 3) sorted by relevance
2297 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument2307 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()2388 for (unsigned int I = 0; I < MaxNumBlocks; ++I) { in produceMLocTransferFunction()3530 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation, in depthFirstVLocAndEmit() argument3546 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()3713 int MaxNumBlocks = -1; in ExtendRanges() local3715 MaxNumBlocks = std::max(MBB.getNumber(), MaxNumBlocks); in ExtendRanges()3716 assert(MaxNumBlocks >= 0); in ExtendRanges()3717 ++MaxNumBlocks; in ExtendRanges()3721 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()[all …]
1359 unsigned MaxNumBlocks);1491 bool depthFirstVLocAndEmit(unsigned MaxNumBlocks,
50 MaxNumBlocks("debug-ata-max-blocks", cl::init(10000), variable2283 if (Fn.size() > MaxNumBlocks) { in run()