Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1434 DenseMap<unsigned, unsigned>::iterator ArgPair; in replaceCalledFunction() local
1471 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
1472 if (ArgPair != Region.AggArgToExtracted.end()) { in replaceCalledFunction()
1473 Value *ArgumentValue = Call->getArgOperand(ArgPair->second); in replaceCalledFunction()