Lines Matching full:foreach
245 const RSExportForEach *ForEach = *I;
247 if (ForEach->isDummyRoot()) {
261 std::string FunctionStart = "void forEach_" + ForEach->getName() + "(";
265 const RSExportForEach::InVec &Ins = ForEach->getIns();
273 if (ForEach->hasOut() || ForEach->hasReturn()) {
278 const RSExportRecordType *ERT = ForEach->getParamPacketType();
280 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(),
281 e = ForEach->params_end();
436 mOut.indent() << "forEach(" << slot << ", ";
836 // For pointer parameters to original forEach kernels.