Searched refs:ExportReduceList (Results 1 – 2 of 2) sorted by relevance
71 typedef std::list<RSExportReduce*> ExportReduceList; typedef124 ExportReduceList mExportReduce;260 typedef ExportReduceList::const_iterator const_export_reduce_iterator;
1409 const bcinfo::MetadataExtractor::Reduce *ExportReduceList = me.getExportReduceList(); in runOnModule() local1414 Changed |= PromoteReduceFunction(ExportReduceList[i].mInitializerName, PromotedFunctions); in runOnModule()1415 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions); in runOnModule()1416 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions); in runOnModule()1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); in runOnModule()1423 ExportReduceList[i].mSignature, in runOnModule()1424 ExportReduceList[i].mInputCount); in runOnModule()1425 if (!ExportReduceList[i].mCombinerName) { in runOnModule()