Searched defs:regalloc_state (Results 1 – 2 of 2) sorted by relevance
86 struct regalloc_state { struct87 struct radeon_compiler * C;89 struct register_info * Input;90 unsigned int NumInputs;92 struct register_info * Temporary;93 unsigned int NumTemporaries;95 unsigned int Simple;96 int LoopEnd;
45 const struct rc_regalloc_state *regalloc_state; member