Searched refs:caller_parent_func (Results 1 – 1 of 1) sorted by relevance
167 auto caller_parent_func = use.getUser()->getParentOfType<FuncOp>(); in GetFunctionsToRewrite() local168 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()