HomeSort by relevance Sort by last modified time
    Searched refs:exportReduceList (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/
Compiler.cpp 409 const bcinfo::MetadataExtractor::Reduce *exportReduceList = me.getExportReduceList();
435 keep_funcs.push_back(std::string(exportReduceList[i].mAccumulatorName) + ".expand");
436 keepFuncsPushBackIfPresent(exportReduceList[i].mInitializerName);
437 if (exportReduceList[i].mCombinerName != nullptr) {
438 keep_funcs.push_back(exportReduceList[i].mCombinerName);
440 keep_funcs.push_back(nameReduceCombinerFromAccumulator(exportReduceList[i].mAccumulatorName));
442 keepFuncsPushBackIfPresent(exportReduceList[i].mOutConverterName);
RSEmbedInfo.cpp 88 const bcinfo::MetadataExtractor::Reduce *exportReduceList =
132 const bcinfo::MetadataExtractor::Reduce &reduce = exportReduceList[i];

Completed in 72 milliseconds