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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp48 /* RSForEachExpandPass - This pass operates on functions that are able to be
56 class RSForEachExpandPass : public llvm::ModulePass { class in namespace:__anon1062
334 RSForEachExpandPass(bool pEnableStepOpt) function in class:__anon1062::RSForEachExpandPass
880 }; // end RSForEachExpandPass
884 char RSForEachExpandPass::ID = 0;
890 return new RSForEachExpandPass(pEnableStepOpt);

Completed in 8 milliseconds