Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c1194 if (zend_bitset_in(candidates, j)) { in zend_jit_compute_liveness()
1243 && zend_bitset_in(candidates, op->op1_use) in zend_jit_compute_liveness()
1251 && zend_bitset_in(candidates, op->op2_use) in zend_jit_compute_liveness()
1259 && zend_bitset_in(candidates, op->result_use) in zend_jit_compute_liveness()
1858 zend_bitset candidates = NULL; in zend_jit_allocate_registers() local
1870 if (!candidates) { in zend_jit_allocate_registers()
1874 zend_bitset_clear(candidates, set_size); in zend_jit_allocate_registers()
1877 zend_bitset_incl(candidates, i); in zend_jit_allocate_registers()
1882 free_alloca(candidates, use_heap); in zend_jit_allocate_registers()
2064 free_alloca(candidates, use_heap); in zend_jit_allocate_registers()
[all …]
/PHP-8.0/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 22 milliseconds