Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp756 for (unsigned AggArgIdx = 0; AggArgIdx < AggFunc->arg_size(); AggArgIdx++) { in replaceCalledFunction() local
758 if (AggArgIdx == AggFunc->arg_size() - 1 && in replaceCalledFunction()
770 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
776 LLVM_DEBUG(dbgs() << "Setting argument " << AggArgIdx << " to value " in replaceCalledFunction()
783 if (Region.AggArgToConstant.find(AggArgIdx) != in replaceCalledFunction()
785 Constant *CST = Region.AggArgToConstant.find(AggArgIdx)->second; in replaceCalledFunction()
786 LLVM_DEBUG(dbgs() << "Setting argument " << AggArgIdx << " to value " in replaceCalledFunction()
795 LLVM_DEBUG(dbgs() << "Setting argument " << AggArgIdx << " to nullptr\n"); in replaceCalledFunction()
797 static_cast<PointerType *>(AggFunc->getArg(AggArgIdx)->getType()))); in replaceCalledFunction()
848 unsigned AggArgIdx = Region.ExtractedArgToAgg.find(ArgIdx)->second; in replaceArgumentUses() local
[all …]