Searched refs:body_function_def (Results 1 – 1 of 1) sorted by relevance
592 const FunctionDef* body_function_def = fld->Find(body_func.name()); in PostprocessLiftedArgsForWhile() local593 TF_RET_CHECK(body_function_def); in PostprocessLiftedArgsForWhile()595 if (!HasLiftedArgs(*body_function_def)) { in PostprocessLiftedArgsForWhile()601 TF_RETURN_IF_ERROR(FunctionDefToBodyHelper(*body_function_def, in PostprocessLiftedArgsForWhile()