Home
last modified time | relevance | path

Searched refs:PromotedFunctions (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1107 bool PromoteReduceFunction(const char *Name, FunctionSet &PromotedFunctions) { in PromoteReduceFunction() argument
1113 if (PromotedFunctions.insert(Fn).second) { in PromoteReduceFunction()
1411 FunctionSet PromotedFunctions, ExpandedAccumulators, AccumulatorsForCombiners; in runOnModule() local
1414 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()