Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc167 auto caller_parent_func = use.getUser()->getParentOfType<FuncOp>(); in GetFunctionsToRewrite() local
168 if (!caller_parent_func) continue; in GetFunctionsToRewrite()
170 FuncToRewrite func_to_rewrite{/*original=*/caller_parent_func, in GetFunctionsToRewrite()
180 {caller_parent_func.getName(), func_to_rewrite}); in GetFunctionsToRewrite()
182 new_funcs_to_visit.push_back(caller_parent_func); in GetFunctionsToRewrite()