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

/haiku-buildtools/gcc/gcc/
H A Dsel-sched.c595 advance_state (FENCE_STATE (fence));
615 debug_state (FENCE_STATE (fence));
4088 memcpy (curr_state, FENCE_STATE (fence), dfa_state_size);
4094 memcpy (FENCE_STATE (fence), curr_state, dfa_state_size);
4096 memcpy (curr_state, FENCE_STATE (fence), dfa_state_size);
4307 memcpy (curr_state, FENCE_STATE (fence), dfa_state_size);
4311 memcpy (FENCE_STATE (fence), curr_state, dfa_state_size);
4362 return estimate_insn_cost (insn, FENCE_STATE (fence));
4377 FENCE_STATE (fence), true, index);
5344 memcpy (temp_state, FENCE_STATE (fenc
[all...]
H A Dsel-sched-ir.c295 FENCE_STATE (f) = state;
595 state_t s = FENCE_STATE (f);
681 state_reset (FENCE_STATE (f));
719 state_reset (FENCE_STATE (f));
736 state_free (FENCE_STATE (f));
737 FENCE_STATE (f) = state;
909 succ, state_create_copy (FENCE_STATE (fence)),
H A Dsel-sched-ir.h313 #define FENCE_STATE(F) ((F)->state) macro

Completed in 120 milliseconds