Searched refs:inlined_instructions_map (Results 1 – 2 of 2) sorted by relevance
91 TF_ASSIGN_OR_RETURN(auto inlined_instructions_map, in WidenWhileBody()93 return {{wide_while_body, std::move(inlined_instructions_map)}}; in WidenWhileBody()113 CallInliner::InlinedInstructionMap inlined_instructions_map; in MakeInstructionsLiveIn() local115 std::tie(new_while_body, inlined_instructions_map), in MakeInstructionsLiveIn()146 result.while_body_instruction_map = std::move(inlined_instructions_map); in MakeInstructionsLiveIn()
498 TF_ASSIGN_OR_RETURN(auto inlined_instructions_map, in TryRemoveWhileLoop()500 (void)inlined_instructions_map; in TryRemoveWhileLoop()