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

/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp211 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */ member in struct:function_record
220 this->return_flag = 0;
228 if(!this->return_flag) {
229 this->return_flag = new(this->signature) ir_variable(glsl_type::bool_type, "return_flag", ir_var_temporary);
230 this->signature->body.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(return_flag), new(this->signature) ir_constant(false), 0));
231 this->signature->body.push_head(this->return_flag);
233 return this->return_flag;
313 ir_variable* return_flag = this->function.get_return_flag(); local
323 new (ir) ir_dereference_variable(return_flag),
[all...]

Completed in 32 milliseconds