Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dopt_constant_variable.cpp42 struct assignment_entry { struct
43 exec_node link;
44 int assignment_count;
45 ir_variable *var;
46 ir_constant *constval;
47 bool our_scope;
Dopt_dead_code_local.cpp45 class assignment_entry : public exec_node class
48 assignment_entry(ir_variable *lhs, ir_assignment *ir) in assignment_entry() function in __anond2e1c66a0111::assignment_entry