Lines Matching refs:AggArgIdx

1179                                                 unsigned AggArgIdx) {  in getGVNForPHINode()  argument
1255 std::make_pair(std::make_pair(*BBGVN, AggArgIdx), PHIGVNs); in getGVNForPHINode()
1331 unsigned AggArgIdx = 0; in findExtractedOutputToOverallOutputMapping() local
1343 AggArgIdx = Jdx; in findExtractedOutputToOverallOutputMapping()
1361 AggArgIdx = ArgTypeIdx; in findExtractedOutputToOverallOutputMapping()
1378 GVN = getGVNForPHINode(Region, PN, BlocksInRegion, AggArgIdx); in findExtractedOutputToOverallOutputMapping()
1457 for (unsigned AggArgIdx = 0; AggArgIdx < AggFunc->arg_size(); AggArgIdx++) { in replaceCalledFunction() local
1459 if (AggArgIdx == AggFunc->arg_size() - 1 && in replaceCalledFunction()
1471 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
1477 LLVM_DEBUG(dbgs() << "Setting argument " << AggArgIdx << " to value " in replaceCalledFunction()
1484 if (Region.AggArgToConstant.contains(AggArgIdx)) { in replaceCalledFunction()
1485 Constant *CST = Region.AggArgToConstant.find(AggArgIdx)->second; in replaceCalledFunction()
1486 LLVM_DEBUG(dbgs() << "Setting argument " << AggArgIdx << " to value " in replaceCalledFunction()
1495 LLVM_DEBUG(dbgs() << "Setting argument " << AggArgIdx << " to nullptr\n"); in replaceCalledFunction()
1497 static_cast<PointerType *>(AggFunc->getArg(AggArgIdx)->getType()))); in replaceCalledFunction()
1820 unsigned AggArgIdx = Region.ExtractedArgToAgg.find(ArgIdx)->second; in replaceArgumentUses() local
1821 Argument *AggArg = Group.OutlinedFunction->getArg(AggArgIdx); in replaceArgumentUses()
1941 unsigned AggArgIdx = Const.first; in replaceConstants() local
1945 Argument *Arg = Group.OutlinedFunction->getArg(AggArgIdx); in replaceConstants()