Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSTransforms.h40 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants);
DRSGlobalInfoPass.cpp297 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants) { in createRSGlobalInfoPass() function
DCompiler.cpp479 pPM.add(createRSGlobalInfoPass(script.getEmbedGlobalInfoSkipConstant())); in addGlobalInfoPass()