Searched refs:loop_variable (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/
H A Dloop_analysis.cpp68 loop_variable *
71 return (loop_variable *) hash_table_find(this->var_hash, ir);
75 loop_variable *
79 loop_variable *lv = hieralloc_zero(mem_ctx, loop_variable);
164 loop_variable *lv = ls->get(var);
226 loop_variable *lv = (loop_variable *) node;
256 loop_variable *lv = (loop_variable *) nod
[all...]
H A Dloop_analysis.h68 class loop_variable *get(const ir_variable *);
69 class loop_variable *insert(ir_variable *);
86 * This list contains \c loop_variable objects.
93 * This list contains \c loop_variable objects.
140 class loop_variable : public exec_node { class in inherits:exec_node
H A Dloop_controls.cpp241 loop_variable *lv = (loop_variable *) iv_node;
/external/v8/src/
H A Dast.h512 Variable* loop_variable() { return loop_variable_; } function in class:v8::internal::ForStatement

Completed in 283 milliseconds