Searched refs:curBlock (Results 1 – 5 of 5) sorted by relevance
176 Block* curBlock = m_first; in ~AppendList() local178 while (curBlock) in ~AppendList()180 Block* const delBlock = curBlock; in ~AppendList()182 curBlock = delBlock->next; in ~AppendList()200 Block* curBlock = m_first; in clear() local202 while (curBlock) in clear()204 Block* const delBlock = curBlock; in clear()206 curBlock = delBlock->next; in clear()228 Block* curBlock = m_last; in append() local237 while (curBlock->blockNdx != blockNdx) in append()[all …]
64 BigInteger::Blk curBlock = 0; in dataToBigInteger() local67 curBlock |= (BigInteger::Blk(data[pieceNum]) << (pieceSizeInBits * pieceNumHere)); in dataToBigInteger()68 blocks[blockNum] = curBlock; in dataToBigInteger()
191 const BC1Block* curBlock = &srcBlocks[y * numXBlocks + x]; in decompress_bc1() local193 colors[0] = from565(curBlock->fColor0); in decompress_bc1()194 colors[1] = from565(curBlock->fColor1); in decompress_bc1()195 if (curBlock->fColor0 <= curBlock->fColor1) { // signal for a transparent block in decompress_bc1()218 int index = (curBlock->fIndices >> shift) & 0x3; in decompress_bc1()
486 Block *curBlock = nullptr; member in __anonf1899d380111::Deserializer1001 curBlock = nullptr; in processFunctionEnd()1769 if (!curBlock) { in processBranch()1790 if (!curBlock) { in processBranchConditional()1839 blockMap[labelID] = curBlock = block; in processLabel()1845 if (!curBlock) { in processSelectionMerge()1859 if (!blockMergeInfo.try_emplace(curBlock, loc, selectionControl, mergeBlock) in processSelectionMerge()1870 if (!curBlock) { in processLoopMerge()1885 .try_emplace(curBlock, loc, loopControl, mergeBlock, continueBlock) in processLoopMerge()1896 if (!curBlock) { in processPhi()[all …]
2647 llvm::BasicBlock *curBlock = Builder.GetInsertBlock(); in EmitScalarPrePostIncDec() local2653 atomicPHI->addIncoming(old, curBlock); in EmitScalarPrePostIncDec()3019 llvm::BasicBlock *curBlock = Builder.GetInsertBlock(); in EmitCompoundAssignLValue() local3025 atomicPHI->addIncoming(old, curBlock); in EmitCompoundAssignLValue()