Searched refs:to_move_out (Results 1 – 2 of 2) sorted by relevance
531 HloInstruction* conditional, std::vector<Boundary>& to_move_out, in MoveInstructionOut() argument533 if (to_move_out.empty()) { in MoveInstructionOut()537 << to_move_out.size() << "\n"; in MoveInstructionOut()564 for (int64 i = to_move_out.size() - 1; i >= 0; i--) { in MoveInstructionOut()566 to_move_out[i], 0, conditional_parent, hoisted_instructions)); in MoveInstructionOut()608 for (const auto& b2 : to_move_out) { in MoveInstructionOut()1346 std::vector<std::vector<Boundary> > to_move_out, to_move_in; in Run() local1372 to_move_out.push_back(to_move); in Run()1378 << to_move_out.size() << ")\n"; in Run()1438 for (int i = 0; i < to_move_out.size(); ++i) { in Run()[all …]
141 std::vector<Boundary>& to_move_out,