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