Searched refs:tracked_instructions_ (Results 1 – 2 of 2) sorted by relevance
248 auto it = tracked_instructions_.find(computation); in GetTrackedInstruction()249 return it != tracked_instructions_.end() ? &it->second : nullptr; in GetTrackedInstruction()263 tracked_instructions_; variable
302 tracked_instructions_[hlo->while_condition()] = in RecordInstructions()304 tracked_instructions_[hlo->while_body()] = in RecordInstructions()308 tracked_instructions_[hlo->branch_computation(b)] = in RecordInstructions()312 tracked_instructions_[hlo->to_apply()] = in RecordInstructions()514 tracked_instructions_.contains(computation)) { in CheckCommunicatingInstruction()