Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h86 DenseMap<unsigned, unsigned> AggArgToExtracted; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp990 Region.AggArgToExtracted.insert( in findExtractedInputToOverallInputMapping()
996 Region.AggArgToExtracted.insert(std::make_pair(TypeIndex, OriginalIndex)); in findExtractedInputToOverallInputMapping()
1327 Region.AggArgToExtracted.insert(std::make_pair(Jdx, OriginalIndex)); in findExtractedOutputToOverallOutputMapping()
1344 Region.AggArgToExtracted.insert( in findExtractedOutputToOverallOutputMapping()
1456 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
1457 if (ArgPair != Region.AggArgToExtracted.end()) { in replaceCalledFunction()
1605 ArgNum = Region.AggArgToExtracted.find(ArgNum)->second; in getPassedArgumentAndAdjustArgumentLocation()