Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fused

1475 /// Try to emit a fused autorelease of a return result.
1556 // Do the fused retain/autorelease if we were asked to.
1613 // At -O0, try to emit a fused retain/autorelease.
1615 if (llvm::Value *fused = tryEmitFusedAutoreleaseOfResult(CGF, result))
1616 return fused;