Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h419 MLIR_CAPI_EXPORTED void mlirOperationRemoveFromParent(MlirOperation op);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1921 mlirOperationRemoveFromParent(operation); in testSymbolTable()
1947 mlirOperationRemoveFromParent(duplicateNameOp); in testSymbolTable()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h551 mlirOperationRemoveFromParent(getOperation()); in detachFromParent()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp364 void mlirOperationRemoveFromParent(MlirOperation op) { unwrap(op)->remove(); } in mlirOperationRemoveFromParent() function