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.cpp1005 Region.AggArgToExtracted.insert( in findExtractedInputToOverallInputMapping()
1011 Region.AggArgToExtracted.insert(std::make_pair(TypeIndex, OriginalIndex)); in findExtractedInputToOverallInputMapping()
1342 Region.AggArgToExtracted.insert(std::make_pair(Jdx, OriginalIndex)); in findExtractedOutputToOverallOutputMapping()
1359 Region.AggArgToExtracted.insert( in findExtractedOutputToOverallOutputMapping()
1471 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()
1472 if (ArgPair != Region.AggArgToExtracted.end()) { in replaceCalledFunction()
1623 ArgNum = Region.AggArgToExtracted.find(ArgNum)->second; in getPassedArgumentAndAdjustArgumentLocation()