Searched refs:MaxNumBlocks (Results 1 – 3 of 3) sorted by relevance
2268 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument2278 BlockMasks.resize(MaxNumBlocks); in produceMLocTransferFunction()2359 for (unsigned int I = 0; I < MaxNumBlocks; ++I) { in produceMLocTransferFunction()3483 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation, in depthFirstVLocAndEmit() argument3499 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()3674 int MaxNumBlocks = -1; in ExtendRanges() local3676 MaxNumBlocks = std::max(MBB.getNumber(), MaxNumBlocks); in ExtendRanges()3677 assert(MaxNumBlocks >= 0); in ExtendRanges()3678 ++MaxNumBlocks; in ExtendRanges()3682 MLocTransfer.resize(MaxNumBlocks); in ExtendRanges()[all …]
1267 unsigned MaxNumBlocks);1402 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation,
39 MaxNumBlocks("debug-ata-max-blocks", cl::init(10000), variable1929 if (Fn.size() > MaxNumBlocks) { in run()