Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fused

1322 /// Try to emit a fused autorelease of a return result.
1403 // Do the fused retain/autorelease if we were asked to.
1460 // At -O0, try to emit a fused retain/autorelease.
1462 if (llvm::Value *fused = tryEmitFusedAutoreleaseOfResult(CGF, result))
1463 return fused;