Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_variable_refcount.cpp39 ir_variable_refcount_entry::ir_variable_refcount_entry(ir_variable *var) in ir_variable_refcount_entry() function in ir_variable_refcount_entry
49 ir_variable_refcount_entry *
54 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)iter.get(); in get_variable_entry()
59 ir_variable_refcount_entry *entry = new(mem_ctx) ir_variable_refcount_entry(var); in get_variable_entry()
69 ir_variable_refcount_entry *entry = this->get_variable_entry(ir); in visit()
81 ir_variable_refcount_entry *entry = this->get_variable_entry(var); in visit()
104 ir_variable_refcount_entry *entry; in visit_leave()
Dir_variable_refcount.h36 class ir_variable_refcount_entry : public exec_node
39 ir_variable_refcount_entry(ir_variable *var);
72 ir_variable_refcount_entry *get_variable_entry(ir_variable *var);
Dopt_dead_code.cpp53 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)iter.get(); in do_dead_code()
Dopt_tree_grafting.cpp357 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var); in tree_grafting_basic_block()