Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhaifa-sched.cc3962 bool shadows_only_p; member
6268 bool shadows_only_p, bool modulo_epilogue_p) in prune_ready_list() argument
6316 else if (shadows_only_p && !SHADOW_P (insn)) in prune_ready_list()
6703 ls.shadows_only_p = false; in schedule_block()
6918 ls.shadows_only_p = true; in schedule_block()
6932 prune_ready_list (temp_state, false, ls.shadows_only_p, in schedule_block()
DChangeLog-201118520 (struct sched_block_state): Add member shadows_only_p.
18527 (prune_ready_list): New arg shadows_only_p. All callers changed.