Searched refs:newBlocks (Results 1 – 3 of 3) sorted by relevance
973 immutable newBlocks = in expand() local975 assert(newBlocks >= oldBlocks); in expand()978 if (!ensureRoomForAllocStart(block + newBlocks) in expand()984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
2304 immutable newBlocks =2306 assert(newBlocks >= oldBlocks);2309 if (!ensureRoomForAllocStart(block + newBlocks)2315 _allocStart[block + oldBlocks .. block + newBlocks] = 0;
1387 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local1394 newBlocks.push_back(Block); in moveCodeToFunction()