Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_variable_refcount.h39 struct assignment_entry { struct
40 exec_node link;
41 ir_assignment *assign;
Dopt_constant_variable.cpp43 struct assignment_entry { struct
44 int assignment_count;
45 ir_variable *var;
46 ir_constant *constval;
47 bool our_scope;
Dir_variable_refcount.cpp53 struct assignment_entry *assignment_entry = in free_entry() local
145 struct assignment_entry *assignment_entry = in visit_leave() local
Dopt_dead_code.cpp102 struct assignment_entry *assignment_entry = in do_dead_code() local
Dopt_dead_code_local.cpp45 class assignment_entry : public exec_node class
51 assignment_entry(ir_variable *lhs, ir_assignment *ir) in assignment_entry() function in __anona84bf73d0111::assignment_entry