Searched refs:pSkipConstants (Results 1 – 2 of 2) sorted by relevance
101 explicit RSGlobalInfoPass(bool pSkipConstants = false) in RSGlobalInfoPass() argument102 : ModulePass (ID), mSkipConstants(pSkipConstants) { in RSGlobalInfoPass()277 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants) { in createRSGlobalInfoPass() argument278 return new RSGlobalInfoPass(pSkipConstants); in createRSGlobalInfoPass()
40 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants);