Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpass.c102 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testRunPassOnNestedModule()
120 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testRunPassOnNestedModule()
145 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testPrintPassPipeline()
357 mlirOpPassManagerAddOwnedPass(nestedFuncPm, externalPass); in testExternalPass()
H A Dexecution_engine.c38 mlirOpPassManagerAddOwnedPass(opm, in lowerModuleToLLVM()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DPass.h106 mlirOpPassManagerAddOwnedPass(MlirOpPassManager passManager, MlirPass pass);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DPass.cpp63 void mlirOpPassManagerAddOwnedPass(MlirOpPassManager passManager, in mlirOpPassManagerAddOwnedPass() function