Searched refs:func_ops (Results 1 – 3 of 3) sorted by relevance
144 auto& func_ops = it.second; in Run() local145 mlir::func::FuncOp& func_op_to_keep = func_ops.front(); in Run()146 for (mlir::func::FuncOp& func_op_to_remove : llvm::drop_begin(func_ops)) { in Run()
1710 llvm::SmallVector<mlir::func::FuncOp, 4> func_ops(func_op_range.begin(), in runOnOperation() local1712 for (auto func : func_ops) { in runOnOperation()
21 // CHECK: error: func_ops for BatchFunctionOp with the same shared name are different