Searched refs:copy_of (Results 1 – 8 of 8) sorted by relevance
69 uint32_t copy_of() const { return copy_of_; } in copy_of() function84 bool IsReady() const { return is_complete() && copy_of() == 0; } in IsReady()
139 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()
141 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()
140 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()
157 def copy_of(cls, other): member in Scope160 parent = cls.copy_of(other.parent)477 before_parent = Scope.copy_of(self.scope)482 after_child = Scope.copy_of(self.scope)
90 other = activity.Scope.copy_of(scope)96 other = activity.Scope.copy_of(child_scope)