Searched refs:CreateOutlineWithXLAFrameworkPass (Results 1 – 4 of 4) sorted by relevance
39 std::unique_ptr<OperationPass<ModuleOp>> CreateOutlineWithXLAFrameworkPass();
44 let constructor = "::mlir::mhlo::CreateOutlineWithXLAFrameworkPass()";
166 std::unique_ptr<OperationPass<ModuleOp> > CreateOutlineWithXLAFrameworkPass() { in CreateOutlineWithXLAFrameworkPass() function
957 pm.addPass(mlir::mhlo::CreateOutlineWithXLAFrameworkPass()); in LowerMLIRModule()