Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c1748 IR_NO_ALIAS = 0, enumerator
1766 return (offset1 != 0) ? IR_MUST_ALIAS : IR_NO_ALIAS;
1774 return (offset1 == offset2) ? IR_MUST_ALIAS : IR_NO_ALIAS;
1781 return (offset2 != 0) ? IR_MUST_ALIAS : IR_NO_ALIAS;
1838 return offset1 + ir_type_size[type1] <= offset2 ? IR_NO_ALIAS : IR_MUST_ALIAS;
1840 return offset2 + ir_type_size[type2] <= offset1 ? IR_NO_ALIAS : IR_MUST_ALIAS;
1848 return IR_NO_ALIAS;
1891 } else if (ir_check_partial_aliasing(ctx, addr, insn->op2, type, type2) != IR_NO_ALIAS) {
2803 if (ir_check_partial_aliasing(ctx, addr, insn->op2, type, type2) != IR_NO_ALIAS) {

Completed in 11 milliseconds