Lines Matching full:refcount
216 unsigned RefCount;
218 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
889 CPE->RefCount++;
1197 /// and instruction CPEMI, and decrement its refcount. If the refcount
1206 if (--CPE->RefCount == 0) {
1262 // Adjust the refcount of the clone...
1263 CPEs[i].RefCount++;
1579 // Decrement the old entry, and remove it if refcount becomes 0.
1634 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) {
2198 ++Entry->RefCount;