Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c1772 if (zend_bitset_in(candidates, j)) { in zend_jit_compute_liveness()
1821 && zend_bitset_in(candidates, op->op1_use) in zend_jit_compute_liveness()
1829 && zend_bitset_in(candidates, op->op2_use) in zend_jit_compute_liveness()
1837 && zend_bitset_in(candidates, op->result_use) in zend_jit_compute_liveness()
2433 zend_bitset candidates = NULL; in zend_jit_allocate_registers() local
2445 if (!candidates) { in zend_jit_allocate_registers()
2449 zend_bitset_clear(candidates, set_size); in zend_jit_allocate_registers()
2452 zend_bitset_incl(candidates, i); in zend_jit_allocate_registers()
2457 free_alloca(candidates, use_heap); in zend_jit_allocate_registers()
2639 free_alloca(candidates, use_heap); in zend_jit_allocate_registers()
[all …]
/PHP-8.1/build/
H A Dltmain.sh3747 $echo "*** with $libname but no candidates were found. (...for file magic test)"
3749 $echo "*** with $libname and none of the candidates passed a file format test"
3799 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
3801 $echo "*** with $libname and none of the candidates passed a file format test"

Completed in 30 milliseconds