Home
last modified time | relevance | path

Searched refs:phi_candidates_ (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dssa_rewrite_pass.h143 auto it = phi_candidates_.find(id); in GetPhiCandidate()
144 return (it != phi_candidates_.end()) ? &it->second : nullptr; in GetPhiCandidate()
271 std::unordered_map<uint32_t, PhiCandidate> phi_candidates_; variable
Dssa_rewrite_pass.cpp94 auto result = phi_candidates_.emplace( in CreatePhiCandidate()
420 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h143 auto it = phi_candidates_.find(id); in GetPhiCandidate()
144 return (it != phi_candidates_.end()) ? &it->second : nullptr; in GetPhiCandidate()
271 std::unordered_map<uint32_t, PhiCandidate> phi_candidates_; variable
Dssa_rewrite_pass.cpp96 auto result = phi_candidates_.emplace( in CreatePhiCandidate()
422 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h143 auto it = phi_candidates_.find(id); in GetPhiCandidate()
144 return (it != phi_candidates_.end()) ? &it->second : nullptr; in GetPhiCandidate()
271 std::unordered_map<uint32_t, PhiCandidate> phi_candidates_; variable
Dssa_rewrite_pass.cpp95 auto result = phi_candidates_.emplace( in CreatePhiCandidate()
421 for (const auto& phi_it : phi_candidates_) { in PrintPhiCandidates()