Searched defs:deadcode_state (Results 1 – 1 of 1) sorted by relevance
37 struct deadcode_state { struct38 struct radeon_compiler * C;39 struct instruction_state * Instructions;41 struct updatemask_state R;43 struct branchinfo * BranchStack;44 unsigned int BranchStackSize;45 unsigned int BranchStackReserved;69 static void push_loop(struct deadcode_state * s) in push_loop() argument