Lines Matching refs:fused
1433 /// Try to emit a fused autorelease of a return result.1514 // Do the fused retain/autorelease if we were asked to.1571 // At -O0, try to emit a fused retain/autorelease.1573 if (llvm::Value *fused = tryEmitFusedAutoreleaseOfResult(CGF, result))1574 return fused;