Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs157 … hash_reg (CmmLocal localReg) = hash_unique localReg -- important for performance, see #10397
185 hash_unique :: Uniquable a => a -> Word32
186 hash_unique = cvt . getKey . getUnique function