Searched refs:copy_of_ (Results 1 – 6 of 6) sorted by relevance
61 copy_of_(0), in PhiCandidate()70 uint32_t copy_of() const { return copy_of_; } in copy_of()76 void MarkCopyOf(uint32_t orig_id) { copy_of_ = orig_id; } in MarkCopyOf()112 uint32_t copy_of_; variable
83 if (copy_of_ != 0) { in PrettyPrint()84 str << " [COPY OF " << copy_of_ << "]"; in PrettyPrint()