Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dloop_analysis.cpp28 static void try_add_loop_terminator(loop_variable_state *ls, ir_if *ir);
269 loop_variable_state *
272 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; in insert()
281 loop_variable_state *
285 return entry ? (loop_variable_state *) entry->data : NULL; in get()
290 loop_variable_state::get(const ir_variable *ir) in get()
298 loop_variable_state::insert(ir_variable *var) in insert()
313 loop_variable_state::insert(ir_if *if_stmt, bool continue_from_then) in insert()
340 loop_variable_state::get_or_insert(ir_variable *var, bool in_assignee) in get_or_insert()
396 loop_variable_state *const ls = in visit()
[all …]
Dloop_analysis.h53 class loop_variable_state : public exec_node {
112 loop_variable_state() in loop_variable_state() function
121 ~loop_variable_state() in ~loop_variable_state()
126 DECLARE_RALLOC_CXX_OPERATORS(loop_variable_state)
226 loop_variable_state *get(const ir_loop *);
228 loop_variable_state *insert(ir_loop *ir);
Dloop_unroll.cpp66 loop_unroll_count(exec_list *list, loop_variable_state *ls, in loop_unroll_count()
162 loop_variable_state *ls;
181 loop_variable_state *const ls = this->state->get(ir); in simple_unroll()
377 loop_variable_state *const ls = this->state->get(ir); in visit_leave()