Searched refs:new_funcs_to_visit (Results 1 – 2 of 2) sorted by relevance
68 SmallVector<func::FuncOp, 4> new_funcs_to_visit; in CollectReachableFunctions() local72 new_funcs_to_visit); in CollectReachableFunctions()74 funcs_to_visit.swap(new_funcs_to_visit); in CollectReachableFunctions()
157 SmallVector<func::FuncOp, 4> new_funcs_to_visit; in GetFunctionsToRewrite() local181 new_funcs_to_visit.push_back(caller_parent_func); in GetFunctionsToRewrite()193 funcs_to_visit.swap(new_funcs_to_visit); in GetFunctionsToRewrite()