Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:IC_RetainRV

1347       if (isa<ReturnInst>(I) || GetBasicInstructionClass(I) == IC_RetainRV)
1488 case IC_RetainRV:
1626 case IC_RetainRV:
1880 case IC_RetainRV: {
1898 // Don't do retain+release tracking for IC_RetainRV, because it's
1900 if (Class != IC_RetainRV)
2106 case IC_RetainRV: {
2111 // Don't do retain+release tracking for IC_RetainRV, because it's
2113 if (Class != IC_RetainRV) {
3190 (1 << IC_RetainRV) |