Searched defs:CopyEntry (Results 1 – 2 of 2) sorted by relevance
8 struct CopyEntry { struct14 ssa_map: HashMap<SSAValue, CopyEntry>, argument65 fn get_copy(&self, dst: &SSAValue) -> Option<&CopyEntry> { in get_copy()
289 struct CopyEntry { struct290 inline void operator()(Bucket* dst, uint32 dsti, Bucket* src, uint32 srci) { in operator()