Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c964 if (!(ctx->flags2 & IR_OPT_IN_SCCP)) {
977 if (!(ctx->flags2 & IR_OPT_IN_SCCP)) {
1001 if (!(ctx->flags2 & IR_OPT_IN_SCCP)) {
1011 if (!(ctx->flags2 & IR_OPT_IN_SCCP)) {
1018 if (!(ctx->flags2 & IR_OPT_IN_SCCP)) {
H A Dir_private.h991 #define IR_OPT_IN_SCCP (1<<4) macro
H A Dir_sccp.c2166 ctx->flags2 |= IR_OPT_IN_SCCP; in ir_sccp()
2571 ctx->flags2 &= ~IR_OPT_IN_SCCP; in ir_sccp()

Completed in 21 milliseconds