Home
last modified time | relevance | path

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

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