Searched refs:to_do_idx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_from_ssa.c701 int to_do_idx = -1; local in function:resolve_parallel_copy
748 to_do[++to_do_idx] = dest_idx;
764 while (to_do_idx >= 0) {
795 int b = to_do[to_do_idx--];
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_from_ssa.c614 int to_do_idx = -1; local in function:resolve_parallel_copy
661 to_do[++to_do_idx] = dest_idx;
677 while (to_do_idx >= 0) {
693 int b = to_do[to_do_idx--];

Completed in 5 milliseconds