Searched defs:second_map (Results 1 – 3 of 3) sorted by relevance
509 let second_map: HashMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in hashmap_merge_simple() localVariable520 let second_map: HashMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in hashmap_merge_shuffle() localVariable536 let second_map: IndexMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in indexmap_merge_simple() localVariable547 let second_map: IndexMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in indexmap_merge_shuffle() localVariable
152 PrefValueMap second_map; in TEST() local
2052 std::map<PhysReg, copy_operation> second_map(copy_map); in handle_operands_linear_vgpr() local