Searched refs:mCombinerName (Results 1 – 6 of 6) sorted by relevance
58 const char *mCombinerName; member68 mInitializerName(nullptr), mAccumulatorName(nullptr), mCombinerName(nullptr), in Reduce()76 delete [] mCombinerName; in ~Reduce()
138 << ((reduce.mCombinerName != nullptr) in getRSInfoString()139 ? reduce.mCombinerName in getRSInfoString()
437 if (exportReduceList[i].mCombinerName != nullptr) { in addInternalizeSymbolsPass()438 keep_funcs.push_back(exportReduceList[i].mCombinerName); in addInternalizeSymbolsPass()
1415 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions); in runOnModule()1425 if (!ExportReduceList[i].mCombinerName) { in runOnModule()
160 dumpReduceInfo(info, "combiner", reduce.mCombinerName); in dumpInfo()227 dumpReduceInfo(stdout, "combiner", reduce.mCombinerName); in dumpMetadata()
553 TmpReduceList[i].mCombinerName = createStringFromOptionalValue(Node, 4); in populateReduceMetadata()