Home
last modified time | relevance | path

Searched defs:bundle_state (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.c7204 struct bundle_state struct
7218 struct bundle_state *next; /* next state with the same insn_num */ argument
7219 struct bundle_state *originator; /* originator (previous insn state) */ argument
7221 struct bundle_state *allocated_states_chain; argument
7228 static struct bundle_state **index_to_bundle_states; argument
7312 bundle_state_hash (const void *bundle_state) in bundle_state_hash()
7341 insert_bundle_state (struct bundle_state *bundle_state) in insert_bundle_state()