Home
last modified time | relevance | path

Searched refs:ir_variable_refcount_entry (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_variable_refcount.cpp47 ir_variable_refcount_entry *ivre = (ir_variable_refcount_entry *) entry->data; in free_entry()
67 ir_variable_refcount_entry::ir_variable_refcount_entry(ir_variable *var) in ir_variable_refcount_entry() function in ir_variable_refcount_entry
76 ir_variable_refcount_entry *
83 return (ir_variable_refcount_entry *)e->data; in get_variable_entry()
85 ir_variable_refcount_entry *entry = new ir_variable_refcount_entry(var); in get_variable_entry()
96 ir_variable_refcount_entry *entry = this->get_variable_entry(ir); in visit()
108 ir_variable_refcount_entry *entry = this->get_variable_entry(var); in visit()
131 ir_variable_refcount_entry *entry; in visit_leave()
Dir_variable_refcount.h44 class ir_variable_refcount_entry
47 ir_variable_refcount_entry(ir_variable *var);
81 ir_variable_refcount_entry *get_variable_entry(ir_variable *var);
Dopt_dead_code.cpp54 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)e->data; in do_dead_code()
Dopt_tree_grafting.cpp385 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var); in tree_grafting_basic_block()