Home
last modified time | relevance | path

Searched refs:last_ir (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp319 ir_instruction *last_ir = in visit_leave() local
334 if (ls->num_loop_jumps == 1 && is_break(last_ir)) { in visit_leave()
335 last_ir->remove(); in visit_leave()
381 ir_instruction *last_ir = (ir_instruction *) ir->body_instructions.get_tail(); in visit_leave() local
382 assert(last_ir != NULL); in visit_leave()
384 if (is_break(last_ir)) { in visit_leave()
389 last_ir->remove(); in visit_leave()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2334 ir_instruction *last_ir = NULL; in print_program() local
2344 if (last_ir != ir && ir) { in print_program()
2352 last_ir = ir; in print_program()