Searched defs:RSForEachExpandPass (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp40 /* RSForEachExpandPass - This pass operates on functions that are able to be
48 class RSForEachExpandPass : public llvm::ModulePass { class in namespace:__anon1200
152 RSForEachExpandPass(const RSInfo::ExportForeachFuncListTy &pForeachFuncs, function in class:__anon1200::RSForEachExpandPass
640 }; // end RSForEachExpandPass
644 char RSForEachExpandPass::ID = 0;
651 return new RSForEachExpandPass(pForeachFuncs, pEnableStepOpt);

Completed in 85 milliseconds