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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c349 static void update_n_sets PROTO((rtx, int));
3710 update_n_sets (x, inc)
4189 update_n_sets (x, -1);
4197 update_n_sets (XVECEXP (x, 0, i), -1);
4207 update_n_sets (x, 1);
4215 update_n_sets (XVECEXP (x, 0, i), 1);
3701 update_n_sets (x, inc) function
H A Dhaifa-sched.c457 static void update_n_sets PROTO ((rtx, int));
7958 update_n_sets (x, inc)
8444 update_n_sets (x, -1);
8452 update_n_sets (XVECEXP (x, 0, i), -1);
8462 update_n_sets (x, 1);
8470 update_n_sets (XVECEXP (x, 0, i), 1);
7949 update_n_sets (x, inc) function

Completed in 64 milliseconds