Searched defs:regalloc_state (Results 1 – 2 of 2) sorted by relevance
67 struct regalloc_state { struct68 struct radeon_compiler * C;70 struct register_info * Input;71 unsigned int NumInputs;73 struct register_info * Temporary;74 unsigned int NumTemporaries;76 unsigned int Simple;77 int LoopEnd;
28 const struct rc_regalloc_state *regalloc_state; member