Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dloop_analysis.cpp92 loop_variable_state *
95 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; in insert()
104 loop_variable_state *
108 return entry ? (loop_variable_state *) entry->data : NULL; in get()
113 loop_variable_state::get(const ir_variable *ir) in get()
121 loop_variable_state::insert(ir_variable *var) in insert()
136 loop_variable_state::insert(ir_if *if_stmt) in insert()
161 loop_variable_state::get_or_insert(ir_variable *var, bool in_assignee) in get_or_insert()
217 loop_variable_state *const ls = in visit()
218 (loop_variable_state *) this->state.get_head(); in visit()
[all …]
Dloop_analysis.h70 class loop_variable_state : public exec_node {
129 loop_variable_state() in loop_variable_state() function
138 ~loop_variable_state() in ~loop_variable_state()
143 DECLARE_RALLOC_CXX_OPERATORS(loop_variable_state)
240 loop_variable_state *get(const ir_loop *);
242 loop_variable_state *insert(ir_loop *ir);
Dloop_unroll.cpp71 loop_unroll_count(exec_list *list, loop_variable_state *ls, in loop_unroll_count()
167 loop_variable_state *ls;
307 loop_variable_state *const ls = this->state->get(ir); in visit_leave()
Dloop_controls.cpp191 loop_variable_state *const ls = this->state->get(ir); in visit_leave()