Home | History | Annotate | Download | only in analysis

Lines Matching full:interestingcount

3052     int interestingCount = kExtraLines;
3074 interestingCount++;
3098 regTable->lineAlloc = calloc(interestingCount, spacePerEntry);
3103 size_t totalSpace = interestingCount * spacePerEntry +
3150 // trackRegsFor, interestingCount-kExtraLines, insnsSize);
3153 (int) (interestingCount * spacePerEntry));