IS_INSN_ID 2047 compile.c if (IS_INSN_ID(iobj, jump)) {
IS_INSN_ID 2072 compile.c else if (iobj != diobj && IS_INSN_ID(diobj, jump) &&
IS_INSN_ID 2078 compile.c else if (IS_INSN_ID(diobj, leave)) {
IS_INSN_ID 2114 compile.c (IS_INSN_ID(piobj, branchif) ||
IS_INSN_ID 2115 compile.c IS_INSN_ID(piobj, branchunless))) {
IS_INSN_ID 2117 compile.c piobj->insn_id = (IS_INSN_ID(piobj, branchif))
IS_INSN_ID 2128 compile.c if (IS_INSN_ID(iobj, leave)) {
IS_INSN_ID 2132 compile.c if (IS_INSN_ID(iobj, branchif) ||
IS_INSN_ID 2133 compile.c IS_INSN_ID(iobj, branchnil) ||
IS_INSN_ID 2134 compile.c IS_INSN_ID(iobj, branchunless)) {
IS_INSN_ID 2149 compile.c else if (IS_INSN_ID(pobj, dup))
IS_INSN_ID 2154 compile.c if (IS_INSN_ID(nobj, jump)) {
IS_INSN_ID 2157 compile.c else if (prev_dup && IS_INSN_ID(nobj, dup) &&
IS_INSN_ID 2207 compile.c if (IS_INSN_ID(pobj, putobject)) {
IS_INSN_ID 2208 compile.c cond = (IS_INSN_ID(iobj, branchif) ?
IS_INSN_ID 2210 compile.c IS_INSN_ID(iobj, branchunless) ?
IS_INSN_ID 2214 compile.c else if (IS_INSN_ID(pobj, putstring)) {
IS_INSN_ID 2215 compile.c cond = IS_INSN_ID(iobj, branchif);
IS_INSN_ID 2217 compile.c else if (IS_INSN_ID(pobj, putnil)) {
IS_INSN_ID 2218 compile.c cond = !IS_INSN_ID(iobj, branchif);
IS_INSN_ID 2237 compile.c if (IS_INSN_ID(iobj, pop)) {
IS_INSN_ID 2258 compile.c (IS_INSN_ID(iobj, send) ||
IS_INSN_ID 2259 compile.c IS_INSN_ID(iobj, opt_aref_with) ||
IS_INSN_ID 2260 compile.c IS_INSN_ID(iobj, opt_aset_with) ||
IS_INSN_ID 2261 compile.c IS_INSN_ID(iobj, invokesuper))) {
IS_INSN_ID 2293 compile.c if (IS_INSN_ID(piobj, send) || IS_INSN_ID(piobj, invokesuper)) {
IS_INSN_ID 2305 compile.c (IS_INSN_ID(insn, trace) && \
IS_INSN_ID 2339 compile.c if (IS_INSN_ID(iobj, newarray) && iobj->link.next &&
IS_INSN_ID 2345 compile.c if (IS_INSN_ID(niobj, send)) {
IS_INSN_ID 2362 compile.c if (IS_INSN_ID(iobj, send)) {
IS_INSN_ID 3277 compile.c IS_INSN_ID(last, newarray) &&