Home | History | Annotate | Download | only in ARM

Lines Matching refs:RefCount

125       unsigned RefCount;
127 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
643 CPE->RefCount++;
989 /// and instruction CPEMI, and decrement its refcount. If the refcount
997 if (--CPE->RefCount == 0) {
1044 // Adjust the refcount of the clone...
1045 CPEs[i].RefCount++;
1312 // Decrement the old entry, and remove it if refcount becomes 0.
1377 if (CPEs[j].RefCount == 0 && CPEs[j].CPEMI) {