Searched defs:LIR (Results 1 – 1 of 1) sorted by relevance
81 typedef struct LIR { struct83 struct LIR *next; argument84 struct LIR *prev; argument85 struct LIR *target; argument86 } LIR; typedef