Home
last modified time | relevance | path

Searched refs:last_logue_was_epilogue (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c3517 if (deps->last_logue_was_epilogue) in sched_analyze_insn()
3520 deps->last_logue_was_epilogue = false; in sched_analyze_insn()
3529 if (!deps->last_logue_was_epilogue) in sched_analyze_insn()
3532 deps->last_logue_was_epilogue = true; in sched_analyze_insn()
3943 deps->last_logue_was_epilogue = false; in init_deps()
H A Dsched-int.h549 bool last_logue_was_epilogue; member