insBranch 185 core/CodegenLIR-inlines.h return lirout->insBranch(LIR_jt, lirout->ins2(LIR_lt, a, InsConst(b)), NULL);
insBranch 190 core/CodegenLIR-inlines.h return lirout->insBranch(LIR_jt, lirout->ins2(LIR_gt, a, InsConst(b)), NULL);
insBranch 195 core/CodegenLIR-inlines.h return lirout->insBranch(LIR_jf, lirout->ins2(LIR_eq, a, InsConst(b)), NULL);
insBranch 864 core/CodegenLIR.cpp return out->insBranch(op, cond, to);
insBranch 991 core/CodegenLIR.cpp return out->insBranch(v, cond, to);
insBranch 5211 core/CodegenLIR.cpp return lirout->insBranch(op, cond, 0);
insBranch 843 nanojit/LIR.cpp return out->insBranch(v, c, t);
insBranch 988 nanojit/LIR.h virtual LInsp insBranch(LOpcode v, LInsp condition, LInsp to) {
insBranch 989 nanojit/LIR.h return out->insBranch(v, condition, to);
insBranch 1163 nanojit/LIR.h LIns* insBranch(LOpcode v, LInsp condition, LInsp to) {
insBranch 1164 nanojit/LIR.h return add_flush(out->insBranch(v, condition, to));
insBranch 1223 nanojit/LIR.h LIns* insBranch(LOpcode, LIns *cond, LIns *target);
insBranch 1389 nanojit/LIR.h LInsp insBranch(LOpcode v, LInsp condition, LInsp to);