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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h103 enum { not_post_call, post_call, post_call_initial } in_post_call_group_p; member in struct:deps
H A Dsched-deps.c1414 if (deps->in_post_call_group_p)
1447 if (deps->in_post_call_group_p == post_call_initial)
1448 deps->in_post_call_group_p = post_call;
1456 deps->in_post_call_group_p = not_post_call;
1483 deps->in_post_call_group_p = post_call_initial;
1574 deps->in_post_call_group_p = post_call;
1737 deps->in_post_call_group_p = not_post_call;

Completed in 101 milliseconds