Searched refs:names_to_add (Results 1 – 3 of 3) sorted by relevance
275 std::vector<std::unique_ptr<Instruction>> names_to_add; in CreateReplacementVariable() local301 names_to_add.push_back(std::move(new_name)); in CreateReplacementVariable()306 for (auto& new_name : names_to_add) in CreateReplacementVariable()
276 std::vector<std::unique_ptr<Instruction>> names_to_add; in CreateReplacementVariable() local302 names_to_add.push_back(std::move(new_name)); in CreateReplacementVariable()307 for (auto& new_name : names_to_add) in CreateReplacementVariable()
317 std::vector<std::unique_ptr<Instruction>> names_to_add; in CreateReplacementVariable() local343 names_to_add.push_back(std::move(new_name)); in CreateReplacementVariable()348 for (auto& new_name : names_to_add) in CreateReplacementVariable()