Home | History | Annotate | Download | only in ARM

Lines Matching defs:RefCount

217       unsigned RefCount;
219 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
786 CPE->RefCount++;
1094 /// and instruction CPEMI, and decrement its refcount. If the refcount
1103 if (--CPE->RefCount == 0) {
1152 // Adjust the refcount of the clone...
1153 CPEs[i].RefCount++;
1430 // Decrement the old entry, and remove it if refcount becomes 0.
1493 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) {