Home
last modified time | relevance | path

Searched defs:BlockMergeInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h38 struct BlockMergeInfo { struct
44 BlockMergeInfo(Location location, uint32_t control) in BlockMergeInfo() argument
60 using BlockMergeInfoMap = DenseMap<Block *, BlockMergeInfo>; argument