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/
H A 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 *entr in visit()
[all...]
H A Dir_variable_refcount.h44 class ir_variable_refcount_entry class
47 ir_variable_refcount_entry(ir_variable *var);
81 ir_variable_refcount_entry *get_variable_entry(ir_variable *var);
84 * Hash table mapping ir_variable to ir_variable_refcount_entry.
H A Dopt_dead_code.cpp54 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)e->data; in do_dead_code()
H A Dopt_tree_grafting.cpp385 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var); in tree_grafting_basic_block()

Completed in 2 milliseconds