Searched refs:insts_after_iter (Results 1 – 1 of 1) sorted by relevance
3227 auto insts_after_iter = schedule_after_.find(instruction_index); in FixSchedule() local3228 if (insts_after_iter != schedule_after_.end()) { in FixSchedule()3229 for (HloInstruction* new_instruction : insts_after_iter->second) { in FixSchedule()