Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs199 eqBid subst bid bid' = lookupBid subst bid == lookupBid subst bid' function
222 eqExprWith eqBid = eq function
260 eqLastWith eqBid (CmmBranch bid1) (CmmBranch bid2) = eqBid bid1 bid2 function