Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h37 struct BlockMergeInfo { struct
43 BlockMergeInfo(Location location, uint32_t control) in BlockMergeInfo() argument
46 BlockMergeInfo(Location location, uint32_t control, Block *m,
59 using BlockMergeInfoMap = DenseMap<Block *, BlockMergeInfo>; argument
H A DDeserializer.cpp1992 BlockMergeInfo mergeInfo = blockMergeInfo.begin()->second; in structurizeControlFlow()