Searched defs:regalloc_state (Results 1 – 2 of 2) sorted by relevance
62 struct regalloc_state { struct63 struct radeon_compiler * C;65 struct register_info * Input;66 unsigned int NumInputs;68 struct register_info * Temporary;69 unsigned int NumTemporaries;71 unsigned int Simple;72 int LoopEnd;
45 const struct rc_regalloc_state *regalloc_state; member