Home
last modified time | relevance | path

Searched refs:copy_of (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dssa_rewrite_pass.h69 uint32_t copy_of() const { return copy_of_; } in copy_of() function in spvtools::opt::SSARewriter::PhiCandidate
84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady()
H A Dssa_rewrite_pass.cpp142 assert(phi_candidate->copy_of() == 0 && in TryRemoveTrivialPhi()
491 arg_id = phi_user->copy_of(); in GetPhiArgument()
633 assert(!phi_candidate->copy_of() && "A completed Phi cannot be trivial."); in FinalizePhiCandidate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dssa_rewrite_pass.h69 uint32_t copy_of() const { return copy_of_; } in copy_of() function in spvtools::opt::SSARewriter::PhiCandidate
84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady()
H A Dssa_rewrite_pass.cpp142 assert(phi_candidate->copy_of() == 0 && in TryRemoveTrivialPhi()
491 arg_id = phi_user->copy_of(); in GetPhiArgument()
633 assert(!phi_candidate->copy_of() && "A completed Phi cannot be trivial."); in FinalizePhiCandidate()
/third_party/spirv-tools/source/opt/
H A Dssa_rewrite_pass.h69 uint32_t copy_of() const { return copy_of_; } in copy_of() function in spvtools::opt::SSARewriter::PhiCandidate
84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady()
H A Dssa_rewrite_pass.cpp139 assert(phi_candidate->copy_of() == 0 && in TryRemoveTrivialPhi()
488 arg_id = phi_user->copy_of(); in GetPhiArgument()
630 assert(!phi_candidate->copy_of() && "A completed Phi cannot be trivial."); in FinalizePhiCandidate()

Completed in 6 milliseconds