Searched refs:RetAlloca (Results 1 – 4 of 4) sorted by relevance
419 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr() local420 assert(RetAlloca.isValid() && "Expected complex return value"); in VisitStmtExpr()421 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()
456 Address RetAlloca = Address::invalid(); in EmitCompoundStmtWithoutScope() local488 RetAlloca = CreateMemTemp(ExprTy); in EmitCompoundStmtWithoutScope()489 EmitAnyExprToMem(E, RetAlloca, Qualifiers(), in EmitCompoundStmtWithoutScope()497 return RetAlloca; in EmitCompoundStmtWithoutScope()
512 auto *RetAlloca = dyn_cast<llvm::AllocaInst>(ReturnValue.getPointer()); in FinishFunction() local513 if (RetAlloca && RetAlloca->use_empty()) { in FinishFunction()514 RetAlloca->eraseFromParent(); in FinishFunction()
2370 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr() local2372 if (!RetAlloca.isValid()) in VisitStmtExpr()2374 return CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(RetAlloca, E->getType()), in VisitStmtExpr()