Searched refs:variables_to_move (Results 1 – 2 of 2) sorted by relevance
40 std::vector<std::pair<Instruction*, Function*>> variables_to_move; in Process() local53 variables_to_move.push_back({&inst, target_function}); in Process()57 modified = !variables_to_move.empty(); in Process()58 for (auto p : variables_to_move) { in Process()