Home
last modified time | relevance | path

Searched refs:DEP_CANCELLED (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dhaifa-sched.c1093 DEP_STATUS (dep) &= ~DEP_CANCELLED; in cond_clobbered_p()
1154 DEP_STATUS (dep) &= ~DEP_CANCELLED; in recompute_todo_spec()
1211 DEP_STATUS (control_dep) |= DEP_CANCELLED; in recompute_todo_spec()
2261 if (DEP_STATUS (dep) & DEP_CANCELLED) in schedule_insn()
2327 bool cancelled = (DEP_STATUS (dep) & DEP_CANCELLED) != 0; in schedule_insn()
2605 DEP_STATUS (dep) |= DEP_CANCELLED; in toggle_cancelled_flags()
2607 DEP_STATUS (dep) &= ~DEP_CANCELLED; in toggle_cancelled_flags()
2621 DEP_STATUS (dep) |= DEP_CANCELLED; in toggle_cancelled_flags()
2623 DEP_STATUS (dep) &= ~DEP_CANCELLED; in toggle_cancelled_flags()
2862 if (DEP_STATUS (dep) & DEP_CANCELLED) in estimate_insn_tick()
H A Dsched-int.h1040 #define DEP_CANCELLED (HARD_DEP << 1) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhaifa-sched.c1138 DEP_STATUS (dep) &= ~DEP_CANCELLED; in cond_clobbered_p()
1253 DEP_STATUS (dep) &= ~DEP_CANCELLED; in recompute_todo_spec()
1262 DEP_STATUS (dep) &= ~DEP_CANCELLED; in recompute_todo_spec()
1280 DEP_STATUS (dep) |= DEP_CANCELLED; in recompute_todo_spec()
1340 DEP_STATUS (modify_dep) |= DEP_CANCELLED; in recompute_todo_spec()
4019 if (DEP_STATUS (dep) & DEP_CANCELLED) in schedule_insn()
4406 DEP_STATUS (dep) |= DEP_CANCELLED; in toggle_cancelled_flags()
4408 DEP_STATUS (dep) &= ~DEP_CANCELLED; in toggle_cancelled_flags()
4422 DEP_STATUS (dep) |= DEP_CANCELLED; in toggle_cancelled_flags()
4424 DEP_STATUS (dep) &= ~DEP_CANCELLED; in toggle_cancelled_flags()
[all …]
H A Dsched-int.h1156 #define DEP_CANCELLED (DEP_POSTPONED << 1) macro