Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp57 class RSForEachExpandPass : public llvm::ModulePass { class
431 RSForEachExpandPass(bool pEnableStepOpt = true) in RSForEachExpandPass() function in __anon64b927cd0111::RSForEachExpandPass
1034 char RSForEachExpandPass::ID = 0;
1035 static llvm::RegisterPass<RSForEachExpandPass> X("foreachexp", "ForEach Expand Pass");
1041 return new RSForEachExpandPass(pEnableStepOpt); in createRSForEachExpandPass()