Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dpass.c93 MlirOpPassManager nestedFuncPm = mlirPassManagerGetNestedUnder( in testRunPassOnNestedModule() local
96 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testRunPassOnNestedModule()
112 MlirOpPassManager nestedFuncPm = mlirOpPassManagerGetNestedUnder( in testRunPassOnNestedModule() local
115 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testRunPassOnNestedModule()
137 MlirOpPassManager nestedFuncPm = mlirOpPassManagerGetNestedUnder( in testPrintPassPipeline() local
140 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testPrintPassPipeline()
158 mlirPrintPassPipeline(nestedFuncPm, printToStderr, NULL); in testPrintPassPipeline()