Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fused

1079 /// Try to emit a fused autorelease of a return result.
1149 // Do the fused retain/autorelease if we were asked to.
1160 // At -O0, try to emit a fused retain/autorelease.
1162 if (llvm::Value *fused = tryEmitFusedAutoreleaseOfResult(CGF, result))
1163 return fused;