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.cpp1179 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()
[all …]