Lines Matching defs:end
555 /* create start & end blocks */
1161 /* Only allow inserting jumps at the end of the block. */
1796 is_instr_between(nir_instr *start, nir_instr *end, nir_instr *between)
1798 assert(start->block == end->block);
1804 while (start != end) {
1805 if (between == end)
1808 end = nir_instr_prev(end);
1809 assert(end);
1949 /* Are we at the end of the if? Go to the beginning of the else */
1987 /* Are we at the beginning of the else? Go to the end of the if */
2324 /* We didn't end up lowering after all. Put the uses back */