Home
last modified time | relevance | path

Searched refs:AggArgIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1165 unsigned AggArgIdx) { in getGVNForPHINode() argument
1241 std::make_pair(std::make_pair(*BBGVN, AggArgIdx), PHIGVNs); in getGVNForPHINode()
1317 unsigned AggArgIdx = 0; in findExtractedOutputToOverallOutputMapping() local
1328 AggArgIdx = Jdx; in findExtractedOutputToOverallOutputMapping()
1346 AggArgIdx = ArgTypeIdx; in findExtractedOutputToOverallOutputMapping()
1363 GVN = getGVNForPHINode(Region, PN, BlocksInRegion, AggArgIdx); in findExtractedOutputToOverallOutputMapping()
1442 for (unsigned AggArgIdx = 0; AggArgIdx < AggFunc->arg_size(); AggArgIdx++) { in replaceCalledFunction() local
1444 if (AggArgIdx == AggFunc->arg_size() - 1 && in replaceCalledFunction()
1456 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
1462 LLVM_DEBUG(dbgs() << "Setting argument " << AggArgIdx << " to value " in replaceCalledFunction()
[all …]