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

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h40 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSGlobalInfoPass.cpp101 RSGlobalInfoPass(bool pSkipConstants = false)
102 : ModulePass (ID), mSkipConstants(pSkipConstants) {
277 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants) { argument
278 return new RSGlobalInfoPass(pSkipConstants);

Completed in 163 milliseconds