Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Dblock_pass.c1165 if (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)) { in get_target_block()
1167 b = target_block->successors[0]; in get_target_block()
1168 target_block = cfg->blocks + b; in get_target_block()
1169 } while (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)); in get_target_block()
1173 return target_block; in get_target_block()
1181 if (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)) { in get_follow_block()
1183 b = target_block->successors[0]; in get_follow_block()
1184 target_block = cfg->blocks + b; in get_follow_block()
1185 } while (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)); in get_follow_block()
1189 return target_block; in get_follow_block()
[all …]
H A Ddfa_pass.c560 …ine void take_successor_ex(zend_ssa *ssa, int block_num, zend_basic_block *block, int target_block) in take_successor_ex() argument
565 if (block->successors[i] != target_block) { in take_successor_ex()
569 block->successors[0] = target_block; in take_successor_ex()

Completed in 23 milliseconds