Searched refs:copy_input_iter (Results 1 – 1 of 1) sorted by relevance
188 auto copy_input_iter = hir_map_->find(orig_instr); in GetInstrCopy() local189 DCHECK(copy_input_iter != hir_map_->end()); in GetInstrCopy()190 return copy_input_iter->second; in GetInstrCopy()