insGuard          874 core/CodegenLIR.cpp             return out->insGuard(v, cond, gr);
insGuard          813 nanojit/LIR.cpp                     return out->insGuard(LIR_x, NULL, gr);
insGuard          826 nanojit/LIR.cpp         return out->insGuard(v, c, gr);
insGuard         2084 nanojit/LIR.cpp             return exprs->add(LIns1, out->insGuard(v,c,gr), k);
insGuard         2086 nanojit/LIR.cpp         return out->insGuard(v, c, gr);
insGuard          985 nanojit/LIR.h          virtual LInsp insGuard(LOpcode v, LIns *c, GuardRecord *gr) {
insGuard          986 nanojit/LIR.h              return out->insGuard(v, c, gr);
insGuard         1159 nanojit/LIR.h          LIns* insGuard(LOpcode op, LInsp cond, GuardRecord *gr) {
insGuard         1160 nanojit/LIR.h              return add_flush(out->insGuard(op,cond,gr));
insGuard         1222 nanojit/LIR.h          LIns* insGuard(LOpcode, LIns *cond, GuardRecord *);
insGuard         1323 nanojit/LIR.h          LIns* insGuard(LOpcode op, LInsp cond, GuardRecord *gr);
insGuard         1388 nanojit/LIR.h              LInsp   insGuard(LOpcode op, LInsp cond, GuardRecord *gr);