Home
last modified time | relevance | path

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

/PHP-8.2/Zend/Optimizer/
H A Dblock_pass.c1114 if (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)) { in get_target_block()
1116 b = target_block->successors[0]; in get_target_block()
1117 target_block = cfg->blocks + b; in get_target_block()
1118 } while (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)); in get_target_block()
1122 return target_block; in get_target_block()
1130 if (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)) { in get_follow_block()
1132 b = target_block->successors[0]; in get_follow_block()
1133 target_block = cfg->blocks + b; in get_follow_block()
1134 } while (target_block->len == 0 && !(target_block->flags & ZEND_BB_PROTECTED)); in get_follow_block()
1138 return target_block; in get_follow_block()
[all …]
H A Ddfa_pass.c546 …ine void take_successor_ex(zend_ssa *ssa, int block_num, zend_basic_block *block, int target_block) in take_successor_ex() argument
551 if (block->successors[i] != target_block) { in take_successor_ex()
555 block->successors[0] = target_block; in take_successor_ex()

Completed in 18 milliseconds