Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs148 hash_node (CmmUnsafeForeignCall t _ as) = hash_tgt t + hash_list hash_e as
152 hash_node (CmmForeignCall t _ _ _ _ _ _) = hash_tgt t
178 hash_tgt (ForeignTarget e _) = hash_e e function
179 hash_tgt (PrimTarget _) = 31 -- lots of these function