Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSTransforms.h40 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants);
/frameworks/compile/libbcc/lib/Renderscript/
DRSGlobalInfoPass.cpp277 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants) { in createRSGlobalInfoPass() function
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp435 pPM.add(createRSGlobalInfoPass(script.getEmbedGlobalInfoSkipConstant())); in addGlobalInfoPass()