Home
last modified time | relevance | path

Searched refs:phi_to_remove (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp100 void SSARewriter::ReplacePhiUsersWith(const PhiCandidate& phi_to_remove, in ReplacePhiUsersWith() argument
102 for (uint32_t user_id : phi_to_remove.users()) { in ReplacePhiUsersWith()
109 if (arg == phi_to_remove.result_id()) { in ReplacePhiUsersWith()
116 WriteVariable(phi_to_remove.var_id(), bb, repl_id); in ReplacePhiUsersWith()
121 if (it.second == phi_to_remove.result_id()) { in ReplacePhiUsersWith()
/external/angle/third_party/spirv-tools/src/source/opt/
Dssa_rewrite_pass.cpp100 void SSARewriter::ReplacePhiUsersWith(const PhiCandidate& phi_to_remove, in ReplacePhiUsersWith() argument
102 for (uint32_t user_id : phi_to_remove.users()) { in ReplacePhiUsersWith()
109 if (arg == phi_to_remove.result_id()) { in ReplacePhiUsersWith()
116 WriteVariable(phi_to_remove.var_id(), bb, repl_id); in ReplacePhiUsersWith()
121 if (it.second == phi_to_remove.result_id()) { in ReplacePhiUsersWith()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp100 void SSARewriter::ReplacePhiUsersWith(const PhiCandidate& phi_to_remove, in ReplacePhiUsersWith() argument
102 for (uint32_t user_id : phi_to_remove.users()) { in ReplacePhiUsersWith()
109 if (arg == phi_to_remove.result_id()) { in ReplacePhiUsersWith()
116 WriteVariable(phi_to_remove.var_id(), bb, repl_id); in ReplacePhiUsersWith()
121 if (it.second == phi_to_remove.result_id()) { in ReplacePhiUsersWith()