Searched refs:s390_sched_state (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c13300 /* The s390_sched_state variable tracks the state of the current or
13307 static int s390_sched_state;
13374 of INSN and the scheduling state s390_sched_state. */
13381 switch (s390_sched_state)
13513 s390_sched_state);
13573 s390_sched_state = S390_SCHED_STATE_CRACKED;
13576 s390_sched_state = S390_SCHED_STATE_NORMAL;
13580 switch (s390_sched_state)
13586 if (s390_sched_state == S390_SCHED_STATE_NORMAL)
13587 s390_sched_state
13306 static int s390_sched_state; variable
[all...]

Completed in 155 milliseconds