Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DIROutliner.cpp1436 DenseMap<unsigned, unsigned>::iterator ArgPair; in replaceCalledFunction() local
1473 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
1474 if (ArgPair != Region.AggArgToExtracted.end()) { in replaceCalledFunction()
1475 Value *ArgumentValue = Call->getArgOperand(ArgPair->second); in replaceCalledFunction()