Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.h52 android::spirit::Pass* CreateWrapperPass(const llvm::Module &LLVMModule);
DRSSPIRVWriter.cpp102 spiritPasses.append(CreateWrapperPass(*M)); in WriteSPIRV()
DWrapper.cpp423 android::spirit::Pass* CreateWrapperPass(const llvm::Module &LLVMModule) { in CreateWrapperPass() function