Home | History | Annotate | Download | only in Mips

Lines Matching full:refcount

312     unsigned RefCount;
314 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
797 CPE->RefCount++;
1053 /// and instruction CPEMI, and decrement its refcount. If the refcount
1062 if (--CPE->RefCount == 0) {
1111 // Adjust the refcount of the clone...
1112 CPEs[i].RefCount++;
1167 // Adjust the refcount of the clone...
1168 CPEs[i].RefCount++;
1413 // Decrement the old entry, and remove it if refcount becomes 0.
1480 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) {