Home | History | Annotate | Download | only in gc

Lines Matching refs:nvars

716 	nvars := int32(len(vars))
717 bulk := bvbulkalloc(nvars, nblocks*7)
1035 nvars := int32(len(lv.vars))
1036 uevar := bvalloc(nvars)
1037 varkill := bvalloc(nvars)
1038 avarinit := bvalloc(nvars)
1187 nvars := int32(len(lv.vars))
1188 livein := bvalloc(nvars)
1189 liveout := bvalloc(nvars)
1190 uevar := bvalloc(nvars)
1191 varkill := bvalloc(nvars)
1192 avarinit := bvalloc(nvars)
1193 any := bvalloc(nvars)
1194 all := bvalloc(nvars)