Searched refs:exportReduceList (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DCompiler.cpp408 const bcinfo::MetadataExtractor::Reduce *exportReduceList = me.getExportReduceList(); local
434 keep_funcs.push_back(std::string(exportReduceList[i].mAccumulatorName) + ".expand");
435 keepFuncsPushBackIfPresent(exportReduceList[i].mInitializerName);
436 if (exportReduceList[i].mCombinerName != nullptr) {
437 keep_funcs.push_back(exportReduceList[i].mCombinerName);
439 keep_funcs.push_back(nameReduceCombinerFromAccumulator(exportReduceList[i].mAccumulatorName));
441 keepFuncsPushBackIfPresent(exportReduceList[i].mOutConverterName);
H A DRSEmbedInfo.cpp88 const bcinfo::MetadataExtractor::Reduce *exportReduceList = local
132 const bcinfo::MetadataExtractor::Reduce &reduce = exportReduceList[i];

Completed in 493 milliseconds