Home
last modified time | relevance | path

Searched refs:variables_to_move (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dprivate_to_local_pass.cpp40 std::vector<std::pair<Instruction*, Function*>> variables_to_move; in Process() local
53 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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dprivate_to_local_pass.cpp40 std::vector<std::pair<Instruction*, Function*>> variables_to_move; in Process() local
53 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()