Searched refs:mlirOpPassManagerAddOwnedPass (Results 1 – 4 of 4) sorted by relevance
102 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testRunPassOnNestedModule()120 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testRunPassOnNestedModule()145 mlirOpPassManagerAddOwnedPass(nestedFuncPm, printOpStatPass); in testPrintPassPipeline()357 mlirOpPassManagerAddOwnedPass(nestedFuncPm, externalPass); in testExternalPass()
38 mlirOpPassManagerAddOwnedPass(opm, in lowerModuleToLLVM()
106 mlirOpPassManagerAddOwnedPass(MlirOpPassManager passManager, MlirPass pass);
63 void mlirOpPassManagerAddOwnedPass(MlirOpPassManager passManager, in mlirOpPassManagerAddOwnedPass() function