Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs212 = r1 == r2 && eqExprWith eqBid e1 e2
214 = eqExprWith eqBid l1 l2 && eqExprWith eqBid r1 r2
217 = t1 == t2 && r1 == r2 && eqListWith (eqExprWith eqBid) a1 a2
220 eqExprWith :: (BlockId -> BlockId -> Bool)
222 eqExprWith eqBid = eq function