Home
last modified time | relevance | path

Searched refs:nextop (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c52 int nextop; in match_oplist() local
56 nextop = va_arg(args, int); in match_oplist()
57 } while (nextop != 0 && nextop != op); in match_oplist()
60 return nextop != 0; in match_oplist()
/third_party/python/Python/
H A Dcompile.c8816 int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0; in optimize_basic_block() local
8836 switch(nextop) { in optimize_basic_block()
8849 jump_if_true = nextop == POP_JUMP_IF_TRUE; in optimize_basic_block()
8869 jump_if_true = nextop == JUMP_IF_TRUE_OR_POP; in optimize_basic_block()
8903 if (nextop == UNPACK_SEQUENCE && oparg == bb->b_instr[i+1].i_oparg) { in optimize_basic_block()
9031 if (nextop == LOAD_GLOBAL && (inst[1].i_opcode & 1) == 0) { in optimize_basic_block()

Completed in 13 milliseconds