Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c37 struct deadcode_state { struct
38 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