Searched refs:process_tree (Results 1 – 3 of 3) sorted by relevance
45 int process_tree(int, int);153 process_tree(int srv_fd, int dstdir_fd) in process_tree() function251 return process_tree(srv_fds[0], dstdir_fd) == -1 ? 1 : 0; in main()
477 static void process_tree2706 process_tree (struct decision_head *head, enum routine_type subroutine_type) in process_tree() function2793 process_tree (&recog_tree, RECOG); in main()2794 process_tree (&split_tree, SPLIT); in main()2795 process_tree (&peephole2_tree, PEEPHOLE2); in main()
5351 (process_tree): Elide peephole2_insns. Invoke simplify_tests5421 (process_tree): Don't elide empty functions.6019 (process_tree): New, broken out of main.