Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c776 ir_ref _move_down = 0; in ir_schedule() local
809 _next[i] = _move_down; in ir_schedule()
810 _move_down = i; in ir_schedule()
831 while (_move_down) { in ir_schedule()
832 i = _move_down; in ir_schedule()
833 _move_down = _next[i]; in ir_schedule()

Completed in 7 milliseconds