Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_variable_refcount.cpp48 ir_variable_refcount_entry *ivre = (ir_variable_refcount_entry *) entry->data; in free_entry()
68 ir_variable_refcount_entry::ir_variable_refcount_entry(ir_variable *var) in ir_variable_refcount_entry() function in ir_variable_refcount_entry
77 ir_variable_refcount_entry *
84 return (ir_variable_refcount_entry *)e->data; in get_variable_entry()
86 ir_variable_refcount_entry *entry = new ir_variable_refcount_entry(var); in get_variable_entry()
97 ir_variable_refcount_entry *entry = this->get_variable_entry(ir); in visit()
109 ir_variable_refcount_entry *entry = this->get_variable_entry(var); in visit()
132 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.cpp55 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()