Home
last modified time | relevance | path

Searched refs:new_boundaries (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.h131 std::vector<Boundary>& to_move, std::vector<Boundary>& new_boundaries,
142 std::vector<Boundary>& new_boundaries);
145 std::vector<Boundary>& new_boundaries);
Dconditional_code_motion.cc532 std::vector<Boundary>& new_boundaries) { in MoveInstructionOut() argument
550 for (const Boundary& b : new_boundaries) { in MoveInstructionOut()
597 for (const auto& b1 : new_boundaries) { in MoveInstructionOut()
634 std::vector<Boundary>& new_boundaries) { in MoveInstructionIn() argument
1242 std::vector<Boundary>& to_move, std::vector<Boundary>& new_boundaries, in ConsiderCodeMotion() argument
1254 new_boundaries.clear(); in ConsiderCodeMotion()
1255 connect.AddNewBoundaries(new_boundaries); in ConsiderCodeMotion()
1269 connect.AddNewBoundaries(new_boundaries); in ConsiderCodeMotion()