Searched refs:type_align_map (Results 1 – 3 of 3) sorted by relevance
1352 static hash_map<tree, unsigned> *type_align_map; variable1389 unsigned *slot = type_align_map->get (type); in get_vec_alignment_for_record_type()1426 type_align_map->put (type, max_align); in get_vec_alignment_for_record_type()1465 type_align_map = new hash_map<tree, unsigned>; in increase_alignment()1487 delete type_align_map; in increase_alignment() local
1536 static hash_map<tree, unsigned> *type_align_map; variable1573 unsigned *slot = type_align_map->get (type); in get_vec_alignment_for_record_type()1610 type_align_map->put (type, max_align); in get_vec_alignment_for_record_type()1649 type_align_map = new hash_map<tree, unsigned>; in increase_alignment()1671 delete type_align_map; in increase_alignment()
23617 (type_align_map): New hash_map.