Home
last modified time | relevance | path

Searched refs:blockID (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Analysis/
DReachableCode.cpp321 unsigned blockID = B->getBlockID(); in scanFromBlock() local
322 if (!Reachable[blockID]) { in scanFromBlock()
323 Reachable.set(blockID); in scanFromBlock()
376 unsigned blockID = block->getBlockID(); in enqueue() local
377 if (Reachable[blockID] || Visited[blockID]) in enqueue()
379 Visited[blockID] = true; in enqueue()
389 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local
390 if (Visited[blockID]) { in isDeadCodeRoot()
394 if (!Reachable[blockID]) { in isDeadCodeRoot()
396 Visited[blockID] = true; in isDeadCodeRoot()
/external/llvm-project/clang/lib/Analysis/
DReachableCode.cpp363 unsigned blockID = B->getBlockID(); in scanFromBlock() local
364 if (!Reachable[blockID]) { in scanFromBlock()
365 Reachable.set(blockID); in scanFromBlock()
419 unsigned blockID = block->getBlockID(); in enqueue() local
420 if (Reachable[blockID] || Visited[blockID]) in enqueue()
422 Visited[blockID] = true; in enqueue()
432 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local
433 if (Visited[blockID]) { in isDeadCodeRoot()
437 if (!Reachable[blockID]) { in isDeadCodeRoot()
439 Visited[blockID] = true; in isDeadCodeRoot()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp276 int32_t blockID, in GetNumDataBytesAndNumECBytesForBlockID() argument
279 if (blockID >= numRSBlocks) in GetNumDataBytesAndNumECBytesForBlockID()
290 if (blockID < numRsBlocksInGroup1) { in GetNumDataBytesAndNumECBytesForBlockID()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h466 SS << BB->blockID(); in printBlockLabel()
808 SS << "BB_" << E->blockID() << ":"; in printBasicBlock()
810 SS << " BB_" << E->parent()->blockID(); in printBasicBlock()
DThreadSafetyTIL.h1558 int blockID() const { return BlockID; } in blockID() function
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h491 SS << BB->blockID(); in printBlockLabel()
840 SS << "BB_" << E->blockID() << ":"; in printBasicBlock()
842 SS << " BB_" << E->parent()->blockID(); in printBasicBlock()
DThreadSafetyTIL.h1542 int blockID() const { return BlockID; } in blockID() function
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1253 int2 blockID;
1254 blockID.x = get_global_id(0) / get_local_size(0);
1255 blockID.y = get_global_id(1) / get_local_size(1);
1259 imageAreaOrg.x = blockID.x * get_local_size(0);
1260 imageAreaOrg.y = blockID.y * get_local_size(1);
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1609 uint32_t blockID = getOrCreateBlockID(block); in processBlock() local
1611 << "[block] " << block << " (id = " << blockID << ")\n"); in processBlock()
1614 encodeInstructionInto(functionBody, spirv::Opcode::OpLabel, {blockID}); in processBlock()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1965 public BlockSegment (final InstrVisitor visitor, final int localVarIndex, final int blockID) in BlockSegment() argument
1979 CodeGen.push_int_value (buf, cls, blockID); in BlockSegment()
/external/lz4/lib/
Dlz4frame.c333 LZ4F_blockSizeID_t const blockID = prefsPtr->frameInfo.blockSizeID; in LZ4F_compressBound_internal() local
334 size_t const blockSize = LZ4F_getBlockSize(blockID); in LZ4F_compressBound_internal()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp752 uint32_t blockID = insn.word(1); in CollectBuiltinBlockMembers() local
755 if (blockID == builtInBlockID) { in CollectBuiltinBlockMembers()
756 builtinDecorations.push_back(blockID); in CollectBuiltinBlockMembers()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1260 …void StorePhi(Block::ID blockID, InsnIterator insn, EmitState *state, std::unordered_set<SpirvShad…