Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1184 c = (chains[b].head) ? colors[ir_chain_head(chains, b)] : 0; in ir_dump_cfg_freq_graph()
1250 ir_chain *chains; in ir_schedule_blocks_bottom_up() local
1260 chains[0].head = 0; in ir_schedule_blocks_bottom_up()
1261 chains[0].next = 0; in ir_schedule_blocks_bottom_up()
1262 chains[0].prev = 0; in ir_schedule_blocks_bottom_up()
1264 chains[b].head = b; in ir_schedule_blocks_bottom_up()
1265 chains[b].next = b; in ir_schedule_blocks_bottom_up()
1266 chains[b].prev = b; in ir_schedule_blocks_bottom_up()
1308 chains[b].head = 0; in ir_schedule_blocks_bottom_up()
1573 if (b && chains[b].head == b && chains[b].tail == b) { in ir_schedule_blocks_bottom_up()
[all …]
/php-src/ext/standard/tests/file/
H A Dbug38086.txt3 I'll break these chains
H A Dstream_copy_to_stream.phpt156 I'll break these chains
165 I'll break these chains
178 I'll break these chains
/php-src/Zend/tests/nullsafe_operator/
H A D025.phpt2 Nullsafe chains in variable variables
/php-src/ext/opcache/tests/
H A Dphi_use_chain.phpt2 Check that phi use chains are correctly maintained when removing blocks
/php-src/Zend/tests/
H A Dbug70944.phpt2 Bug #70944 (try{ } finally{} can create infinite chains of exceptions)

Completed in 14 milliseconds