Home
last modified time | relevance | path

Searched refs:MakeInstructionsLiveIn (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util_test.cc82 WhileUtil::MakeInstructionsLiveIn(while_instr, /*instructions=*/{})); in TEST_F()
113 WhileUtil::MakeInstructionsLiveIn(while_instr, in TEST_F()
209 WhileUtil::MakeInstructionsLiveIn(while_instr, in TEST_F()
Dwhile_util.h62 static StatusOr<MakeInstructionsLiveInResult> MakeInstructionsLiveIn(
Dwhile_loop_invariant_code_motion.cc282 WhileUtil::MakeInstructionsLiveIn(while_instr, replacement_instructions)); in TryHoistingInvariantInstructionsFromWhileBody()
Dwhile_loop_expensive_invariant_code_motion.cc314 WhileUtil::MakeInstructionsLiveIn(while_instr, replacement_instructions)); in TryHoistingInvariantInstructionsFromWhileBody()
Dwhile_util.cc97 WhileUtil::MakeInstructionsLiveIn( in MakeInstructionsLiveIn() function in xla::WhileUtil
Ddynamic_dimension_inference.cc1456 WhileUtil::MakeInstructionsLiveIn(hlo, operands_to_add)); in HandleWhile()