Searched refs:BlockMergeInfo (Results 1 – 2 of 2) sorted by relevance
37 struct BlockMergeInfo { struct43 BlockMergeInfo(Location location, uint32_t control) in BlockMergeInfo() argument46 BlockMergeInfo(Location location, uint32_t control, Block *m,59 using BlockMergeInfoMap = DenseMap<Block *, BlockMergeInfo>; argument
1992 BlockMergeInfo mergeInfo = blockMergeInfo.begin()->second; in structurizeControlFlow()