Searched defs:deadcode_state (Results 1 – 1 of 1) sorted by relevance
36 struct deadcode_state { struct37 struct radeon_compiler *C;38 struct instruction_state *Instructions;40 struct updatemask_state R;42 struct branchinfo *BranchStack;66 push_loop(struct deadcode_state *s) in push_loop() argument