Searched refs:map_for_moves_ (Results 1 – 2 of 2) sorted by relevance
287 CHECK(map_for_moves_.empty()); in PerformParallelMoves()295 CHECK(map_for_moves_.find(move->destination()) == map_for_moves_.end()); in PerformParallelMoves()297 map_for_moves_[move->destination()] = it->second; in PerformParallelMoves()299 for (auto pair : map_for_moves_) { in PerformParallelMoves()302 map_for_moves_.clear(); in PerformParallelMoves()
137 : map_(zone), map_for_moves_(zone), zone_(zone) {} in BlockAssessments()164 OperandMap map_for_moves_; variable