Searched refs:loop_check (Results 1 – 3 of 3) sorted by relevance
11 br label %loop_check13 loop_check: ; preds = %loop_back, %entry19 check_for_null: ; preds = %loop_check28 br label %loop_check30 not_found: ; preds = %loop_check
283 nir_if *loop_check = nir_push_if(&b, cmp); in nir_lower_multiview() local285 nir_pop_if(&b, loop_check); in nir_lower_multiview()
1709 int loop_check, int initial_check, in read_variable_length() argument1722 if (loop_check && unlikely((*ip) >= lencheck)) { /* overflow detection */ in read_variable_length()