Searched refs:RSKernelExpandPass (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp58 /* RSKernelExpandPass - This pass operates on functions that are able
68 class RSKernelExpandPass : public llvm::ModulePass { class in namespace:__anon1181
518 RSKernelExpandPass(bool pEnableStepOpt = true) function in class:__anon1181::RSKernelExpandPass
1417 }; // end RSKernelExpandPass
1421 char RSKernelExpandPass::ID = 0;
1422 static llvm::RegisterPass<RSKernelExpandPass> X("kernelexp", "Kernel Expand Pass");
1430 return new RSKernelExpandPass(pEnableStepOpt);

Completed in 36 milliseconds