Home
last modified time | relevance | path

Searched refs:in_post_call_group_p (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDsched-deps.c1406 if (deps->in_post_call_group_p) in sched_analyze_insn()
1439 if (deps->in_post_call_group_p == post_call_initial) in sched_analyze_insn()
1440 deps->in_post_call_group_p = post_call; in sched_analyze_insn()
1448 deps->in_post_call_group_p = not_post_call; in sched_analyze_insn()
1475 deps->in_post_call_group_p = post_call_initial; in sched_analyze()
1566 deps->in_post_call_group_p = post_call; in sched_analyze()
1727 deps->in_post_call_group_p = not_post_call; in init_deps()
HDsched-int.h103 enum { not_post_call, post_call, post_call_initial } in_post_call_group_p; member
HDChangeLog-200016254 * haifa-sched.c (struct deps): Add in_post_call_group_p.
16260 and extend in_post_call_group_p.
16261 (sched_analyze): Clear stale SCHED_GROUP_P. Set in_post_call_group_p.
16262 (init_deps): Clear in_post_call_group_p.
HDChangeLog-200430872 * sched-int.h (in_post_call_group_p): Change type to enum.
30874 (sched_analyze): When in_post_call_group_p is post_call_initial,
30876 and also reset in_post_call_group_p to post_call.
30878 initialize in_post_call_group_p as post_call_initial.
30879 (init_deps): initialize in_post_call_group_p to not_post_call.
HDChangeLog-200233308 * sched-int.h (deps): Make in_post_call_group_p boolean. Update docs.