Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-rgn.c155 #define IS_SPECULATIVE_INSN(INSN) \ macro
2142 && IS_SPECULATIVE_INSN (insn) in can_schedule_ready_p()
2159 if (IS_SPECULATIVE_INSN (insn)) in begin_schedule_ready()
2196 || (IS_SPECULATIVE_INSN (next) in new_ready()
2274 spec_val = IS_SPECULATIVE_INSN (insn1) - IS_SPECULATIVE_INSN (insn2); in rgn_rank()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-rgn.c161 #define IS_SPECULATIVE_INSN(INSN) \ macro
2155 if (INSN_BB (insn) != target_bb && IS_SPECULATIVE_INSN (insn)) in can_schedule_ready_p()
2180 if (IS_SPECULATIVE_INSN (insn)) in begin_schedule_ready()
2217 || (IS_SPECULATIVE_INSN (next) in new_ready()
2295 spec_val = IS_SPECULATIVE_INSN (insn1) - IS_SPECULATIVE_INSN (insn2); in rgn_rank()