Home
last modified time | relevance | path

Searched defs:deadcode_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c59 struct deadcode_state { struct
60 struct radeon_compiler * C;
61 struct instruction_state * Instructions;
63 struct updatemask_state R;
65 struct branchinfo * BranchStack;
66 unsigned int BranchStackSize;
67 unsigned int BranchStackReserved;
91 static void push_break(struct deadcode_state *s) in push_break() argument