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

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

Completed in 1047 milliseconds