Home
last modified time | relevance | path

Searched refs:if_stmt (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/glsl/
Dloop_analysis.cpp91 loop_variable_state::insert(ir_if *if_stmt) in insert() argument
96 t->ir = if_stmt; in insert()
216 ir_if *if_stmt = ((ir_instruction *) node)->as_if(); in visit_leave() local
218 if ((if_stmt != NULL) && is_loop_terminator(if_stmt)) in visit_leave()
219 ls->insert(if_stmt); in visit_leave()
Dloop_controls.cpp198 ir_if *if_stmt = t->ir; in visit_leave() local
203 ir_expression *cond = if_stmt->condition->as_expression(); in visit_leave()
265 if_stmt->remove(); in visit_leave()
Dast_to_hir.cpp2952 ir_if *const if_stmt = new(ctx) ir_if(not_cond); in condition_to_hir() local
2957 if_stmt->then_instructions.push_tail(break_stmt); in condition_to_hir()
2958 stmt->body_instructions.push_tail(if_stmt); in condition_to_hir()
/external/bison/doc/
Dbison.texinfo5196 if_stmt:
5253 The definition of @code{if_stmt} above is solely to blame for the
5265 | if_stmt
5270 if_stmt:
Dbison.info4837 if_stmt:
4888 The definition of `if_stmt' above is solely to blame for the
4896 | if_stmt
4899 if_stmt: