Searched refs:print_loop_and_siblings (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-cfg.c8272 static void print_loop_and_siblings (FILE *, class loop *, int, int);
8335 print_loop_and_siblings (file, loop->inner, indent + 2, verbosity);
8345 print_loop_and_siblings (FILE *file, class loop *loop, int indent, function
8352 print_loop_and_siblings (file, loop->next, indent, verbosity);
8366 print_loop_and_siblings (file, bb->loop_father, 0, verbosity);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.cc8366 static void print_loop_and_siblings (FILE *, class loop *, int, int);
8429 print_loop_and_siblings (file, loop->inner, indent + 2, verbosity);
8439 print_loop_and_siblings (FILE *file, class loop *loop, int indent, function
8446 print_loop_and_siblings (file, loop->next, indent, verbosity);
8460 print_loop_and_siblings (file, bb->loop_father, 0, verbosity);

Completed in 132 milliseconds