Home
last modified time | relevance | path

Searched refs:get_next (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/glsl/
Dlower_jumps.cpp205 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
206 ((ir_instruction *)ir->get_next())->remove(); in truncate_after_instruction()
213 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
214 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside()
267 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
275 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
298 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
450 exec_node* next = ir->get_next(); in visit()
463 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
469 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next(); in visit()
[all …]
Dir_if_return.cpp80 while (!ir->get_next()->is_tail_sentinel()) in truncate_after_instruction()
81 ((ir_instruction *)ir->get_next())->remove(); in truncate_after_instruction()
134 if (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
135 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
136 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside()
Dloop_unroll.cpp139 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()
140 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); in visit_leave()
Dlist.h107 const exec_node *get_next() const in get_next() function
112 exec_node *get_next() in get_next() function
/external/openssl/crypto/asn1/
Dt_req.c197 get_next: in X509_REQ_print_ex()
219 if (++ii < count) goto get_next; in X509_REQ_print_ex()
/external/openssl/ssl/
Dkssl.c707 krb5_error_code (KRB5_CALLCONV *get_next)