Searched refs:InPlaceIntersectMaps (Results 1 – 2 of 2) sorted by relevance
331 static void InPlaceIntersectMaps(Map* work_map, const Map& other_map);
552 void LocalValueNumbering::InPlaceIntersectMaps(Map* work_map, const Map& other_map) { in InPlaceIntersectMaps() function in art::LocalValueNumbering803 InPlaceIntersectMaps(&my_values->load_value_map, it->second.load_value_map); in MergeAliasingValues()