Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass3.c202 SAME_VAR(opline->op1, op_array->opcodes[target].op1)) {
208 SAME_VAR(opline->op1, op_array->opcodes[target].op1)) {
215 SAME_VAR(opline->op1, op_array->opcodes[target].op1)) {
221 SAME_VAR(opline->op1, op_array->opcodes[target].op1)) {
262 SAME_VAR(op_array->opcodes[target].op1, T)) {
271 SAME_VAR(op_array->opcodes[target].op1, T)) {
284 SAME_VAR(opline->op1, op_array->opcodes[target].op1)) {
H A Dzend_optimizer_internal.h47 # define SAME_VAR(op1, op2) ((((op1 ## _type & IS_VAR) && (op2 ## _type & IS_VAR)) || (op1 ## _type… macro
52 # define SAME_VAR(op1, op2) (((op1.op_type == IS_VAR && op2.op_type == IS_VAR) || (op1.op_type == … macro

Completed in 9 milliseconds