Searched refs:AggArg (Results 1 – 2 of 2) sorted by relevance
1803 Argument *AggArg = Group.OutlinedFunction->getArg(AggArgIdx); in replaceArgumentUses() local1809 << *Region.ExtractedFunction << " with " << *AggArg in replaceArgumentUses()1811 Arg->replaceAllUsesWith(AggArg); in replaceArgumentUses()1813 Region.RemappedArguments.insert(std::make_pair(V, AggArg)); in replaceArgumentUses()1909 << *Region.ExtractedFunction << " with " << *AggArg in replaceArgumentUses()1911 Arg->replaceAllUsesWith(AggArg); in replaceArgumentUses()
1621 Argument *AggArg = StructValues.empty() in emitFunctionBody() local1634 StructArgTy, AggArg, Idx, "gep_" + inputs[i]->getName(), newFuncRoot); in emitFunctionBody()1794 assert(AggArg && "Number of aggregate output arguments should match " in emitFunctionBody()1800 StructArgTy, AggArg, Idx, "gep_" + Output->getName(), InsertPt); in emitFunctionBody()