Home
last modified time | relevance | path

Searched refs:copy_of (Results 1 – 8 of 8) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dssa_rewrite_pass.h69 uint32_t copy_of() const { return copy_of_; } in copy_of() function
84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady()
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()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h69 uint32_t copy_of() const { return copy_of_; } in copy_of() function
84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady()
Dssa_rewrite_pass.cpp141 assert(phi_candidate->copy_of() == 0 && in TryRemoveTrivialPhi()
490 arg_id = phi_user->copy_of(); in GetPhiArgument()
632 assert(!phi_candidate->copy_of() && "A completed Phi cannot be trivial."); in FinalizePhiCandidate()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.h69 uint32_t copy_of() const { return copy_of_; } in copy_of() function
84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady()
Dssa_rewrite_pass.cpp140 assert(phi_candidate->copy_of() == 0 && in TryRemoveTrivialPhi()
489 arg_id = phi_user->copy_of(); in GetPhiArgument()
631 assert(!phi_candidate->copy_of() && "A completed Phi cannot be trivial."); in FinalizePhiCandidate()
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity.py157 def copy_of(cls, other): member in Scope
160 parent = cls.copy_of(other.parent)
477 before_parent = Scope.copy_of(self.scope)
482 after_child = Scope.copy_of(self.scope)
Dactivity_test.py90 other = activity.Scope.copy_of(scope)
96 other = activity.Scope.copy_of(child_scope)