Home
last modified time | relevance | path

Searched refs:OldBlocks (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp198 uint32_t OldBlocks = bytesToBlocks(OldSize, BlockSize); in setStreamSize() local
200 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()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp147 BasicBlock **OldBlocks = block_begin(); in growOperands() local
153 std::copy(OldBlocks, OldBlocks + e, block_begin()); in growOperands()