Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h86 DenseMap<unsigned, unsigned> AggArgToExtracted; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1002 Region.AggArgToExtracted.insert( in findExtractedInputToOverallInputMapping()
1008 Region.AggArgToExtracted.insert(std::make_pair(TypeIndex, OriginalIndex)); in findExtractedInputToOverallInputMapping()
1339 Region.AggArgToExtracted.insert(std::make_pair(Jdx, OriginalIndex)); in findExtractedOutputToOverallOutputMapping()
1356 Region.AggArgToExtracted.insert( in findExtractedOutputToOverallOutputMapping()
1468 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
1469 if (ArgPair != Region.AggArgToExtracted.end()) { in replaceCalledFunction()
1620 ArgNum = Region.AggArgToExtracted.find(ArgNum)->second; in getPassedArgumentAndAdjustArgumentLocation()