Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance
55 using BlockIdx = int32_t; typedef106 BlockIdx blockIdx = -1;120 BlockIdx blockIdx;126 BlockIdx blockIdx = -1) { in sendRequest()664 const auto blockIdx = static_cast<BlockIdx>(pendingRead.block); in onPendingReadsWithUid()966 header.blockIdx = static_cast<BlockIdx>(be32toh(*reinterpret_cast<const uint32_t*>(&data[4]))); in readHeader()
3288 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local3289 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()3293 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
3633 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local3634 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()3638 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()