Searched defs:LIR (Results 1 – 1 of 1) sorted by relevance
41 typedef struct LIR { struct43 struct LIR *next; argument44 struct LIR *prev; argument45 struct LIR *target; argument46 } LIR; typedef