nvar              907 core/CodegenLIR.cpp         int nvar;
nvar              912 core/CodegenLIR.cpp             : LirWriter(out), core(core), vars(NULL), nvar(nvar), dirty(alloc, nvar), hasExceptions(ex)
nvar              914 core/CodegenLIR.cpp             tracker = new (alloc) LInsp[nvar];
nvar              924 core/CodegenLIR.cpp             for (int i=0, n=nvar; i < n; i++) {
nvar              940 core/CodegenLIR.cpp             VMPI_memset(tracker, 0, nvar*sizeof(LInsp));
nvar             1128 core/CodegenLIR.cpp         int nvar;
nvar             1133 core/CodegenLIR.cpp             tracker = new (alloc) LInsp[nvar];
nvar             1134 core/CodegenLIR.cpp             traitsTracker = new (alloc) LInsp[nvar];
nvar             1146 core/CodegenLIR.cpp             if (i>=nvar) return;
nvar             1158 core/CodegenLIR.cpp             VMPI_memset(tracker, 0, nvar*sizeof(LInsp));
nvar             1159 core/CodegenLIR.cpp             VMPI_memset(traitsTracker, 0, nvar*sizeof(LInsp));
nvar             1199 core/CodegenLIR.cpp             for(int i=0; i<this->nvar; i++) {