Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs95 updated_blocks = map (map (first (map (lookupBid subst')))) merged_blocks
199 eqBid subst bid bid' = lookupBid subst bid == lookupBid subst bid'
200 lookupBid :: LabelMap BlockId -> BlockId -> BlockId
201 lookupBid subst bid = case mapLookup bid subst of function
202 Just bid -> lookupBid subst bid