Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h235 uint32_t getBlockID(Block *block) const { return blockIDMap.lookup(block); } in getBlockID()
399 DenseMap<Block *, uint32_t> blockIDMap; variable
H A DSerializer.cpp921 return blockIDMap[block] = getNextID(); in getOrCreateBlockID()