Searched refs:OldBlocks (Results 1 – 2 of 2) sorted by relevance
198 uint32_t OldBlocks = bytesToBlocks(OldSize, BlockSize); in setStreamSize() local200 if (NewBlocks > OldBlocks) { in setStreamSize()201 uint32_t AddedBlocks = NewBlocks - OldBlocks; in setStreamSize()210 } else if (OldBlocks > NewBlocks) { in setStreamSize()213 uint32_t RemovedBlocks = OldBlocks - NewBlocks; in setStreamSize()
147 BasicBlock **OldBlocks = block_begin(); in growOperands() local153 std::copy(OldBlocks, OldBlocks + e, block_begin()); in growOperands()