Searched refs:new_funcs_to_visit (Results 1 – 2 of 2) sorted by relevance
65 SmallVector<FuncOp, 4> new_funcs_to_visit; in CollectReachableFunctions() local69 new_funcs_to_visit); in CollectReachableFunctions()71 funcs_to_visit.swap(new_funcs_to_visit); in CollectReachableFunctions()
159 SmallVector<FuncOp, 4> new_funcs_to_visit; in GetFunctionsToRewrite() local182 new_funcs_to_visit.push_back(caller_parent_func); in GetFunctionsToRewrite()194 funcs_to_visit.swap(new_funcs_to_visit); in GetFunctionsToRewrite()